aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornicm <nicm>2018-05-09 16:20:50 +0000
committernicm <nicm>2018-05-09 16:20:50 +0000
commit80994a8de160be7b949bda326eea4d097ef5cab0 (patch)
tree048591496ebd3701bd30cb0fd48590cc7f9b846a
parentf2029f9d9e12e65b9ac575136b70b90d8fef8b5b (diff)
downloadrtmux-80994a8de160be7b949bda326eea4d097ef5cab0.tar.gz
rtmux-80994a8de160be7b949bda326eea4d097ef5cab0.tar.bz2
rtmux-80994a8de160be7b949bda326eea4d097ef5cab0.zip
Mention allow-rename with \033k.
-rw-r--r--tmux.14
1 files changed, 3 insertions, 1 deletions
diff --git a/tmux.1 b/tmux.1
index 2d8edff9..87ab94a0 100644
--- a/tmux.1
+++ b/tmux.1
@@ -3821,7 +3821,9 @@ for
or
.Ic new-session ) .
.It
-An escape sequence:
+An escape sequence (if the
+.Ic allow-rename
+option is turned on):
.Bd -literal -offset indent
$ printf '\e033kWINDOW_NAME\e033\e\e'
.Ed