diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2010-04-05 17:46:06 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2010-04-05 17:46:06 +0000 |
commit | 949a5e50bbb2b10122c0e2b8aefaa6d2bfd5deef (patch) | |
tree | 37ddc040fb6f0b9ef82a1049400f35b5004cec62 /usr.bin/tmux | |
parent | 5f642aff07666bcb6e4de2ccc3bebf905af1d0ef (diff) |
Mention title setting, and the new default.
Diffstat (limited to 'usr.bin/tmux')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 9cb123c0dcd..a1806a4968a 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.162 2010/04/04 21:23:20 jmc Exp $ +.\" $OpenBSD: tmux.1,v 1.163 2010/04/05 17:46:05 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -14,7 +14,7 @@ .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: April 4 2010 $ +.Dd $Mdocdate: April 5 2010 $ .Dt TMUX 1 .Os .Sh NAME @@ -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 |