summaryrefslogtreecommitdiffstats
path: root/options-table.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2018-10-25 17:02:42 +0100
committerThomas Adam <thomas@xteddy.org>2018-10-25 17:02:42 +0100
commite771f10dc617d46f9096c90f078621a322eeb757 (patch)
treee14bd3fbf23db20666dffb7897b5d18306989f6d /options-table.c
parent2808f8261cb132e2faf6fe43cd8a5c7ff66b4c12 (diff)
parentfc41bf46acaccb3da8d0588b7e1bbcfebc6442f6 (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 4bc7982f..2f760b74 100644
--- a/options-table.c
+++ b/options-table.c
@@ -770,7 +770,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_LARGEST
+ .default_num = WINDOW_SIZE_SMALLEST
},
{ .name = "window-style",