=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/options-table.c,v retrieving revision 1.75 retrieving revision 1.76 diff -c -r1.75 -r1.76 *** src/usr.bin/tmux/options-table.c 2016/10/13 21:37:03 1.75 --- src/usr.bin/tmux/options-table.c 2016/12/30 13:49:34 1.76 *************** *** 1,4 **** ! /* $OpenBSD: options-table.c,v 1.75 2016/10/13 21:37:03 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: options-table.c,v 1.76 2016/12/30 13:49:34 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott *************** *** 896,902 **** { .name = "xterm-keys", .type = OPTIONS_TABLE_FLAG, .scope = OPTIONS_TABLE_WINDOW, ! .default_num = 0 }, { .name = NULL } --- 896,902 ---- { .name = "xterm-keys", .type = OPTIONS_TABLE_FLAG, .scope = OPTIONS_TABLE_WINDOW, ! .default_num = 1 }, { .name = NULL }