diff options
| author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-12-05 20:04:06 +0000 |
|---|---|---|
| committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-12-05 20:04:06 +0000 |
| commit | d0342f4a0474abf42098fbaa0a4e2f2e3f006514 (patch) | |
| tree | 1c57a4a32b44eaeb6036ae8153e3d5fd8b2c7f85 /CHANGES | |
| parent | 408c85507048a2ca97d1ff13493545d5cf636a40 (diff) | |
| download | rtmux-d0342f4a0474abf42098fbaa0a4e2f2e3f006514.tar.gz rtmux-d0342f4a0474abf42098fbaa0a4e2f2e3f006514.tar.bz2 rtmux-d0342f4a0474abf42098fbaa0a4e2f2e3f006514.zip | |
Ability to show window title on status line.
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -1,3 +1,16 @@ +02 December 2008 + +* Add support for including the window title in status-left or status-right + strings by including the character pair "#T". This may be prefixed with + a number to specify a maximum length, for example "#24T" to use at most + 24 characters of the title. +* Introduce two new options, status-left-length and status-right-length, + control the maximum length of left and right components of the status bar. +* elinks (and possibly others) bypass the terminal and talk directly to X to + restore the window title when exiting. tmux can't know about this particular + bit of stupidity so the title ends up strange - the prefix isn't terribly + important and elinks is quite useful so just get rid of it. + 27 November 2008 * Tweaks to support Dragonfly. @@ -715,4 +728,4 @@ (including mutt, emacs). No status bar yet and no key remapping or other customisation. -$Id: CHANGES,v 1.168 2008-11-27 18:55:47 nicm Exp $ +$Id: CHANGES,v 1.169 2008-12-05 20:04:06 nicm Exp $ |