diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2010-04-05 17:46:05 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2010-04-05 17:46:05 +0000 |
commit | f81190a793d1b62ba12de54433c6a115db9950ca (patch) | |
tree | ff6ca5cccae82f5b2d1aaa39319b1c70d1055d45 | |
parent | 6704c863015a8c797796db379b89618e02d277b1 (diff) | |
download | rtmux-f81190a793d1b62ba12de54433c6a115db9950ca.tar.gz rtmux-f81190a793d1b62ba12de54433c6a115db9950ca.tar.bz2 rtmux-f81190a793d1b62ba12de54433c6a115db9950ca.zip |
Mention title setting, and the new default.
-rw-r--r-- | tmux.1 | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1749,6 +1749,14 @@ global environment set (see the .Sx ENVIRONMENT section). .Pp +The window title (#T) is the title set by the program running within the window +using the OSC title setting sequence, for example: +.Bd -literal -offset indent +$ printf '\e033]2;My Title\e033\e\e' +.Ed +.Pp +When a window is first created, its title is the hostname. +.Pp #[attributes] allows a comma-separated list of attributes to be specified, these may be .Ql fg=colour |