From 3ad4de6c8cbdc767c6ac40b99764cc7bd8db066a Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 13 Aug 2009 20:11:58 +0000 Subject: Add a base-index session option to specify the first index checked when looking for an index for a new window. --- cmd-set-option.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cmd-set-option.c') diff --git a/cmd-set-option.c b/cmd-set-option.c index 87b0b5a3..e764f4c5 100644 --- a/cmd-set-option.c +++ b/cmd-set-option.c @@ -50,6 +50,7 @@ const char *set_option_bell_action_list[] = { "none", "any", "current", NULL }; const struct set_option_entry set_option_table[] = { + { "base-index", SET_OPTION_NUMBER, 0, INT_MAX, NULL }, { "bell-action", SET_OPTION_CHOICE, 0, 0, set_option_bell_action_list }, { "buffer-limit", SET_OPTION_NUMBER, 1, INT_MAX, NULL }, { "default-command", SET_OPTION_STRING, 0, 0, NULL }, -- cgit