=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/options-table.c,v retrieving revision 1.80 retrieving revision 1.81 diff -u -r1.80 -r1.81 --- src/usr.bin/tmux/options-table.c 2017/01/15 20:48:41 1.80 +++ src/usr.bin/tmux/options-table.c 2017/01/16 14:49:14 1.81 @@ -1,4 +1,4 @@ -/* $OpenBSD: options-table.c,v 1.80 2017/01/15 20:48:41 nicm Exp $ */ +/* $OpenBSD: options-table.c,v 1.81 2017/01/16 14:49:14 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott @@ -63,6 +63,13 @@ .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",