diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2020-02-24 00:59:22 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2020-02-24 00:59:22 +0000 |
commit | 66e2f3e12e569a9847f2abccdf0bc5da6249c5c5 (patch) | |
tree | 32791a31476af639631013f02f72b02eb5750dec /src/LYMain.c | |
parent | 6a29f4e16c142c62e3b17ad85ff01df2e5d75b4f (diff) | |
download | lynx-snapshots-66e2f3e12e569a9847f2abccdf0bc5da6249c5c5.tar.gz |
snapshot of project "lynx", label v2-9-0dev_4l
Diffstat (limited to 'src/LYMain.c')
-rw-r--r-- | src/LYMain.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/LYMain.c b/src/LYMain.c index 90581881..6d5166d4 100644 --- a/src/LYMain.c +++ b/src/LYMain.c @@ -1,5 +1,5 @@ /* - * $LynxId: LYMain.c,v 1.288 2020/02/23 21:20:05 tom Exp $ + * $LynxId: LYMain.c,v 1.289 2020/02/24 00:17:10 Keith.Bowes Exp $ */ #include <HTUtils.h> #include <HTTP.h> @@ -410,6 +410,7 @@ BOOLEAN no_list = FALSE; BOOLEAN no_margins = FALSE; BOOLEAN no_pause = FALSE; BOOLEAN no_title = FALSE; +BOOLEAN update_term_title = FALSE; BOOLEAN no_url_redirection = FALSE; /* Don't follow URL redirections */ BOOLEAN pseudo_inline_alts = MAKE_PSEUDO_ALTS_FOR_INLINES; BOOLEAN scan_for_buried_news_references = TRUE; @@ -4015,6 +4016,10 @@ bug which treated '>' as a co-terminator for\ndouble-quotes and tags" "unique_urls", 4|TOGGLE_ARG, unique_urls, "toggles use of unique-urls setting for -dump and -listonly options" ), + PARSE_SET( + "update_term_title", 4|SET_ARG, update_term_title, + "enables updating the title of terminal emulators" + ), #if defined(USE_MOUSE) PARSE_SET( "use_mouse", 4|SET_ARG, LYUseMouse, |