From 80994a8de160be7b949bda326eea4d097ef5cab0 Mon Sep 17 00:00:00 2001 From: nicm Date: Wed, 9 May 2018 16:20:50 +0000 Subject: [PATCH] Mention allow-rename with \033k. --- tmux.1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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