diff options
Diffstat (limited to 'lynx.cfg')
-rw-r--r-- | lynx.cfg | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/lynx.cfg b/lynx.cfg index c0bcc8b7..f63a8dda 100644 --- a/lynx.cfg +++ b/lynx.cfg @@ -1,4 +1,4 @@ -# $LynxId: lynx.cfg,v 1.312 2020/02/23 22:07:29 tom Exp $ +# $LynxId: lynx.cfg,v 1.313 2020/02/23 23:08:24 Keith.Bowes Exp $ # lynx.cfg file. # The default placement for this file is /usr/local/lib/lynx.cfg (Unix) # or Lynx_Dir:lynx.cfg (VMS) @@ -3630,6 +3630,13 @@ COLOR:6:brightred:black # This is the same as the command-line "-notitle" option. #NO_TITLE:FALSE +.h2 UPDATE_TERM_TITLE +# Enables updating the title in terminal emulators. +# If your terminal emulator supports that escape code, +# you can set this to TRUE. +# This is the same as the command-line "-update_term_title" option. +#UPDATE_TERM_TITLE:FALSE + .h1 External Programs .h2 SYSLOG_REQUESTED_URLS |