diff options
author | 2015-05-11 10:58:22 +0000 | |
---|---|---|
committer | 2015-05-11 10:58:22 +0000 | |
commit | aaef5ad5a2964d0b8288409ad3d881e314c5ede0 (patch) | |
tree | 560b5850db7815534c2d57156c399227f3c2944b | |
parent | Remove the c0-* options which never really worked satisfactorily. Going (diff) | |
download | wireguard-openbsd-aaef5ad5a2964d0b8288409ad3d881e314c5ede0.tar.xz wireguard-openbsd-aaef5ad5a2964d0b8288409ad3d881e314c5ede0.zip |
Left the c0-* options behind in the table.
-rw-r--r-- | usr.bin/tmux/options-table.c | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/usr.bin/tmux/options-table.c b/usr.bin/tmux/options-table.c index 797db845401..fa45a6ea450 100644 --- a/usr.bin/tmux/options-table.c +++ b/usr.bin/tmux/options-table.c @@ -1,4 +1,4 @@ -/* $OpenBSD: options-table.c,v 1.57 2015/05/06 08:35:39 nicm Exp $ */ +/* $OpenBSD: options-table.c,v 1.58 2015/05/11 10:58:22 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott <nicm@users.sourceforge.net> @@ -485,20 +485,6 @@ const struct options_table_entry window_options_table[] = { "#{?pane_dead,[dead],}" }, - { .name = "c0-change-trigger", - .type = OPTIONS_TABLE_NUMBER, - .default_num = 250, - .minimum = 0, - .maximum = USHRT_MAX - }, - - { .name = "c0-change-interval", - .type = OPTIONS_TABLE_NUMBER, - .default_num = 100, - .minimum = 1, - .maximum = USHRT_MAX - }, - { .name = "clock-mode-colour", .type = OPTIONS_TABLE_COLOUR, .default_num = 4 |