diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1998-09-22 11:57:43 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1998-09-22 11:57:43 -0400 |
commit | 07e246c51644d9790f2eaf4001ff4ffd40e3274f (patch) | |
tree | 6a3715d7c5d8cabf396b5fbf54b26f502d760587 /src/LYMain.c | |
parent | 51a6f85e8e96e257cbb43d0daab7abdf36ad2186 (diff) | |
download | lynx-snapshots-07e246c51644d9790f2eaf4001ff4ffd40e3274f.tar.gz |
snapshot of project "lynx", label v2-8-1pre_1
Diffstat (limited to 'src/LYMain.c')
-rw-r--r-- | src/LYMain.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/LYMain.c b/src/LYMain.c index 83d0ac22..05e7d45f 100644 --- a/src/LYMain.c +++ b/src/LYMain.c @@ -150,6 +150,7 @@ PUBLIC BOOLEAN LYforce_no_cache = FALSE; PUBLIC BOOLEAN LYoverride_no_cache = FALSE;/*override no-cache b/c history etc*/ PUBLIC BOOLEAN LYinternal_flag = FALSE; /* override no-cache b/c internal link*/ PUBLIC BOOLEAN LYresubmit_posts = ALWAYS_RESUBMIT_POSTS; +PUBLIC BOOLEAN LYshow_kb_rate = TRUE; PUBLIC BOOLEAN LYUserSpecifiedURL = TRUE;/* always TRUE the first time */ PUBLIC BOOLEAN LYJumpFileURL = FALSE; /* always FALSE the first time */ PUBLIC BOOLEAN jump_buffer = JUMPBUFFER; /* TRUE if offering default shortcut */ |