mirror of
https://github.com/tmux/tmux.git
synced 2025-01-05 23:38:48 +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,
|
||||
.scope = OPTIONS_TABLE_WINDOW,
|
||||
.choices = options_table_window_size_list,
|
||||
.default_num = WINDOW_SIZE_SMALLEST
|
||||
.default_num = WINDOW_SIZE_LATEST
|
||||
},
|
||||
|
||||
{ .name = "window-style",
|
||||
|
Loading…
Reference in New Issue
Block a user