=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/options-table.c,v retrieving revision 1.81 retrieving revision 1.82 diff -c -r1.81 -r1.82 *** src/usr.bin/tmux/options-table.c 2017/01/16 14:49:14 1.81 --- src/usr.bin/tmux/options-table.c 2017/01/16 14:52:25 1.82 *************** *** 1,4 **** ! /* $OpenBSD: options-table.c,v 1.81 2017/01/16 14:49:14 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: options-table.c,v 1.82 2017/01/16 14:52:25 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott *************** *** 63,75 **** .minimum = 1, .maximum = INT_MAX, .default_num = 20 - }, - - { .name = "command-alias", - .type = OPTIONS_TABLE_ARRAY, - .scope = OPTIONS_TABLE_SERVER, - .default_str = "split-pane=split-window," - "splitp=split-window" }, { .name = "default-terminal", --- 63,68 ----