From 578a63bbc9ac29378f844827fc393e21ae6cb6b6 Mon Sep 17 00:00:00 2001 From: nicm Date: Wed, 25 Oct 2017 14:14:52 +0000 Subject: Default allow-rename to off because it is ridiculous that applications are even able to do this and confusing when they do. --- tmux.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 0cf80367..984c7473 100644 --- a/tmux.1 +++ b/tmux.1 @@ -3019,7 +3019,7 @@ and poor for interactive programs such as shells. .Xc Allow programs to change the window name using a terminal escape sequence (\eek...\ee\e\e). -The default is on. +The default is off. .Pp .It Xo Ic alternate-screen .Op Ic on | off -- cgit