mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 21:56:57 +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:
@ -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",
|
||||
|
Reference in New Issue
Block a user