From c82d2a4041724afe1dce249c78c4f034ca6a8d69 Mon Sep 17 00:00:00 2001 From: "Thomas E. Dickey" Date: Fri, 13 Feb 1998 12:01:00 -0500 Subject: snapshot of project "lynx", label v2-7-1ac-0_114 --- src/LYReadCFG.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/LYReadCFG.c') diff --git a/src/LYReadCFG.c b/src/LYReadCFG.c index efca2346..d8509a00 100644 --- a/src/LYReadCFG.c +++ b/src/LYReadCFG.c @@ -1047,6 +1047,9 @@ PUBLIC void read_cfg ARGS1( } else if (!strncasecomp(buffer, "PREPEND_BASE_TO_SOURCE:", 23)) { LYPrependBaseToSource = is_true(buffer+23); + } else if (!strncasecomp(buffer, "PREPEND_CHARSET_TO_SOURCE:", 26)) { + LYPrependCharsetToSource = is_true(buffer+26); + } else if (!strncasecomp(buffer, "PRINTER:", 8)) { add_printer_to_list(&buffer[8], &printers); } @@ -1060,6 +1063,12 @@ PUBLIC void read_cfg ARGS1( break; #endif /* RAWDOSKEYHACK */ + case 'Q': + if (!strncasecomp(buffer, "QUIT_DEFAULT_YES:", 17)) { + LYQuitDefaultYes = is_true(buffer+17); + } + break; + case 'S': if (!strncasecomp(buffer, "SAVE_SPACE:", 11)) { StrAllocCopy(lynx_save_space, buffer+11); -- cgit 1.4.1-2-gfad0