diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1998-06-11 13:00:20 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1998-06-11 13:00:20 -0400 |
commit | 159955668b23e32fb7cefa1638bb40b8b3a58fa9 (patch) | |
tree | 232b28da1a8d72ec8f23944c79d5c438a0204f92 /src/LYMain.c | |
parent | b5ffa7c020e319cbfceee3c506f5c16764800dc2 (diff) | |
download | lynx-snapshots-159955668b23e32fb7cefa1638bb40b8b3a58fa9.tar.gz |
snapshot of project "lynx", label v2-8-1dev_16
Diffstat (limited to 'src/LYMain.c')
-rw-r--r-- | src/LYMain.c | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/src/LYMain.c b/src/LYMain.c index d836e568..06526a5d 100644 --- a/src/LYMain.c +++ b/src/LYMain.c @@ -722,7 +722,7 @@ PUBLIC int main ARGS2( exit(-1); } #else - StrAllocCopy(lynx_temp_space, TEMP_SPACE); + StrAllocCopy(lynx_temp_space, TEMP_SPACE); #endif if ((cp = strchr(lynx_temp_space, '~'))) { *(cp++) = '\0'; @@ -1186,10 +1186,10 @@ PUBLIC int main ARGS2( } fclose(fp); -#if defined(USE_SLANG_KEYMAPS) - if (-1 == lynx_initialize_keymaps ()) - exit (-1); -#endif +#if defined(USE_SLANG_KEYMAPS) + if (-1 == lynx_initialize_keymaps ()) + exit (-1); +#endif /* * Make sure we have the character sets declared. * This will initialize the CHARTRANS handling. - KW @@ -2808,10 +2808,12 @@ keys (may be incompatible with some curses packages)" "number_links", SET_ARG, &number_links, "force numbering of links" ), +#ifdef DISP_PARTIAL PARSE_SET( "partial", TOGGLE_ARG, &display_partial, "display partial pages while downloading" ), +#endif PARSE_FUN( "pauth", NEED_FUNCTION_ARG, pauth_fun, "=id:pw\nauthentication information for protected proxy server" |