diff options
Diffstat (limited to 'src/LYReadCFG.c')
-rw-r--r-- | src/LYReadCFG.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/LYReadCFG.c b/src/LYReadCFG.c index 78dc94d8..b79e58da 100644 --- a/src/LYReadCFG.c +++ b/src/LYReadCFG.c @@ -1,5 +1,5 @@ /* - * $LynxId: LYReadCFG.c,v 1.197 2020/02/23 21:15:14 tom Exp $ + * $LynxId: LYReadCFG.c,v 1.198 2020/02/23 23:09:33 Keith.Bowes Exp $ */ #ifndef NO_RULES #include <HTRules.h> @@ -1648,6 +1648,7 @@ static Config_Type Config_Table [] = PARSE_SET(RC_NO_REFERER_HEADER, LYNoRefererHeader), PARSE_SET(RC_NO_TABLE_CENTER, no_table_center), PARSE_SET(RC_NO_TITLE, no_title), + PARSE_SET(RC_UPDATE_TERM_TITLE, update_term_title), PARSE_FUN(RC_NONRESTARTING_SIGWINCH, nonrest_sigwinch_fun), PARSE_FUN(RC_OUTGOING_MAIL_CHARSET, outgoing_mail_charset_fun), #ifdef DISP_PARTIAL |