mirror of
https://github.com/tmux/tmux.git
synced 2024-12-24 01:58:46 +00:00
Default allow-rename to off because it is ridiculous that applications
are even able to do this and confusing when they do.
This commit is contained in:
parent
78ae4ee82c
commit
578a63bbc9
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user