aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-06-18 18:52:44 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-06-18 18:52:44 +0000
commit8873c79cbcaf799ca4b371faf24564664aedc850 (patch)
treea941bb5223a9c43e10c6aaf098b4154f3b7272e6 /CHANGES
parentf9dedfcccac39efbf4d6aee8a24259ca3470f9af (diff)
downloadrtmux-8873c79cbcaf799ca4b371faf24564664aedc850.tar.gz
rtmux-8873c79cbcaf799ca4b371faf24564664aedc850.tar.bz2
rtmux-8873c79cbcaf799ca4b371faf24564664aedc850.zip
Set window title to current session. New options set-titles to disable.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES11
1 files changed, 10 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 371a6e52..eed8d746 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,14 @@
18 June 2008
+* New option, set-titles. On by default, this attempts to set the window title
+ using the \e]2;...\007 xterm code.
+
+ Note that elinks requires the STY environment variable (used by screen) to be
+ set before it will set the window title. So, if you want window titles set by
+ elinks, set STY before running it (any value will do). I can't do this for all
+ windows since setting it to an invalid value breaks screen. Why they couldn't
+ just look for TERM=screen (or send it regardless if the user turned it on) is
+ beyond me.
* Show arrows at either end of status line when scrolled if more windows
exist. Highlight the arrow if a hidden window has activity or bell.
* Scroll the status line to show the current window if necessary. Also handle
@@ -494,4 +503,4 @@
(including mutt, emacs). No status bar yet and no key remapping or other
customisation.
-$Id: CHANGES,v 1.124 2008-06-18 17:14:02 nicm Exp $
+$Id: CHANGES,v 1.125 2008-06-18 18:52:44 nicm Exp $