Change window-size default from smallest to latest.

pull/1982/head
nicm 2019-11-14 16:23:23 +00:00
parent 16b7719418
commit 1f966c495c
1 changed files with 1 additions and 1 deletions

View File

@ -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",