=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/options-table.c,v retrieving revision 1.97 retrieving revision 1.98 diff -c -r1.97 -r1.98 *** src/usr.bin/tmux/options-table.c 2018/10/18 08:38:01 1.97 --- src/usr.bin/tmux/options-table.c 2018/10/25 15:13:38 1.98 *************** *** 1,4 **** ! /* $OpenBSD: options-table.c,v 1.97 2018/10/18 08:38:01 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: options-table.c,v 1.98 2018/10/25 15:13:38 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott *************** *** 771,777 **** .type = OPTIONS_TABLE_CHOICE, .scope = OPTIONS_TABLE_WINDOW, .choices = options_table_window_size_list, ! .default_num = WINDOW_SIZE_LARGEST }, { .name = "window-style", --- 771,777 ---- .type = OPTIONS_TABLE_CHOICE, .scope = OPTIONS_TABLE_WINDOW, .choices = options_table_window_size_list, ! .default_num = WINDOW_SIZE_SMALLEST }, { .name = "window-style",