diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-09-10 15:38:02 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-09-10 15:38:02 +0100 |
commit | abcbfcb0e801598a868ca6eee0127ebf4bf4ace8 (patch) | |
tree | 814e371bcd15a6e3c5ba3757173196b646fe0306 /tmux.1 | |
parent | 6e2b3f435ae49e4d372476c4a8a2ef64d497c87d (diff) | |
parent | 7f83b53027c98589b516c4137a2fbc48a70e230b (diff) | |
download | rtmux-abcbfcb0e801598a868ca6eee0127ebf4bf4ace8.tar.gz rtmux-abcbfcb0e801598a868ca6eee0127ebf4bf4ace8.tar.bz2 rtmux-abcbfcb0e801598a868ca6eee0127ebf4bf4ace8.zip |
Merge branch 'master' into 2.6-rc
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 22 |
1 files changed, 14 insertions, 8 deletions
@@ -1927,6 +1927,7 @@ applies the last set layout if possible (undoes the most recent layout change). .It Xo Ic select-pane .Op Fl DdegLlMmRU .Op Fl P Ar style +.Op Fl T Ar title .Op Fl t Ar target-pane .Xc .D1 (alias: Ic selectp ) @@ -1982,6 +1983,9 @@ select-pane -t:.1 -P 'bg=red' .Pp .Fl g shows the current pane style. +.Pp +.Fl T +sets the pane title. .It Xo Ic select-window .Op Fl lnpT .Op Fl t Ar target-window @@ -2878,7 +2882,7 @@ Set the position of the status line. Display .Ar string to the right of the status line. -By default, the current window title in double quotes, the date and the time +By default, the current pane title in double quotes, the date and the time are shown. As with .Ic status-left , @@ -3728,14 +3732,11 @@ and are displayed in the status line and various lists: the name is the .Nm identifier for a window or session. Only panes have titles. -A pane's title is typically set by the program running inside the pane and -is not modified by -.Nm . -It is the same mechanism used to set for example the +A pane's title is typically set by the program running inside the pane using +an escape sequence (like it would set the .Xr xterm 1 -window title in an -.Xr X 7 -window manager. +window title in +.Xr X 7 ) . Windows themselves do not have titles - a window's title is the title of its active pane. .Nm @@ -3776,6 +3777,11 @@ A pane's title can be set via the OSC title setting sequence, for example: .Bd -literal -offset indent $ printf '\e033]2;My Title\e033\e\e' .Ed +.Pp +It can also be modified with the +.Ic select-pane +.Fl T +command. .Sh ENVIRONMENT When the server is started, .Nm |