summaryrefslogtreecommitdiffstats
path: root/options-table.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2019-11-14 18:01:24 +0000
committerThomas Adam <thomas@xteddy.org>2019-11-14 18:01:24 +0000
commit48cbbb8757efbda11c74b01c5b5126e233fb166c (patch)
treebffd9828f840d486f54999ff504ce7a65a1a0d49 /options-table.c
parentb67fd8f47265633d20ce01f4d2eae0774623afd6 (diff)
parent1f966c495ca021858fdba00f6619d024ecbc41d4 (diff)
Merge branch 'obsd-master'
Diffstat (limited to 'options-table.c')
-rw-r--r--options-table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/options-table.c b/options-table.c
index 816f4a7f..e0451e26 100644
--- a/options-table.c
+++ b/options-table.c
@@ -729,7 +729,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",