From f81190a793d1b62ba12de54433c6a115db9950ca Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 5 Apr 2010 17:46:05 +0000 Subject: [PATCH] Mention title setting, and the new default. --- tmux.1 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tmux.1 b/tmux.1 index 0fd7c8c8..af50c729 100644 --- a/tmux.1 +++ b/tmux.1 @@ -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