mirror of
https://github.com/tmux/tmux.git
synced 2024-11-16 01:18:52 +00:00
Change window-size default from smallest to latest.
This commit is contained in:
parent
16b7719418
commit
1f966c495c
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user