Default allow-rename to off because it is ridiculous that applications

are even able to do this and confusing when they do.
pull/1139/head
nicm 2017-10-25 14:14:52 +00:00
parent 78ae4ee82c
commit 578a63bbc9
2 changed files with 2 additions and 2 deletions

View File

@ -548,7 +548,7 @@ const struct options_table_entry options_table[] = {
{ .name = "allow-rename",
.type = OPTIONS_TABLE_FLAG,
.scope = OPTIONS_TABLE_WINDOW,
.default_num = 1
.default_num = 0
},
{ .name = "alternate-screen",

2
tmux.1
View File

@ -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