diff options
author | Thomas Adam <thomas@xteddy.org> | 2019-11-14 18:01:24 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2019-11-14 18:01:24 +0000 |
commit | 48cbbb8757efbda11c74b01c5b5126e233fb166c (patch) | |
tree | bffd9828f840d486f54999ff504ce7a65a1a0d49 /options-table.c | |
parent | b67fd8f47265633d20ce01f4d2eae0774623afd6 (diff) | |
parent | 1f966c495ca021858fdba00f6619d024ecbc41d4 (diff) | |
download | rtmux-48cbbb8757efbda11c74b01c5b5126e233fb166c.tar.gz rtmux-48cbbb8757efbda11c74b01c5b5126e233fb166c.tar.bz2 rtmux-48cbbb8757efbda11c74b01c5b5126e233fb166c.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'options-table.c')
-rw-r--r-- | options-table.c | 2 |
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", |