mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 14:27:09 +00:00
Change window-size default from smallest to latest.
This commit is contained in:
@ -730,7 +730,7 @@ const struct options_table_entry options_table[] = {
|
|||||||
.type = OPTIONS_TABLE_CHOICE,
|
.type = OPTIONS_TABLE_CHOICE,
|
||||||
.scope = OPTIONS_TABLE_WINDOW,
|
.scope = OPTIONS_TABLE_WINDOW,
|
||||||
.choices = options_table_window_size_list,
|
.choices = options_table_window_size_list,
|
||||||
.default_num = WINDOW_SIZE_SMALLEST
|
.default_num = WINDOW_SIZE_LATEST
|
||||||
},
|
},
|
||||||
|
|
||||||
{ .name = "window-style",
|
{ .name = "window-style",
|
||||||
|
Reference in New Issue
Block a user