From 1f966c495ca021858fdba00f6619d024ecbc41d4 Mon Sep 17 00:00:00 2001 From: nicm Date: Thu, 14 Nov 2019 16:23:23 +0000 Subject: [PATCH] Change window-size default from smallest to latest. --- options-table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options-table.c b/options-table.c index cbe5197d..6e2db178 100644 --- a/options-table.c +++ b/options-table.c @@ -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",