From 604b02cfaa59cf65623b828baf310b5998674cd0 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 4 Feb 2010 18:20:16 +0000 Subject: Option to display the active pane in a different colour with the display-panes command. From Paul Hoffman, thanks. --- 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 06535e0d..63e646e0 100644 --- a/cmd-set-option.c +++ b/cmd-set-option.c @@ -88,6 +88,7 @@ const struct set_option_entry set_session_option_table[] = { { "default-shell", SET_OPTION_STRING, 0, 0, NULL }, { "default-terminal", SET_OPTION_STRING, 0, 0, NULL }, { "display-panes-colour", SET_OPTION_COLOUR, 0, 0, NULL }, + { "display-panes-active-colour", SET_OPTION_COLOUR, 0, 0, NULL }, { "display-panes-time", SET_OPTION_NUMBER, 1, INT_MAX, NULL }, { "display-time", SET_OPTION_NUMBER, 1, INT_MAX, NULL }, { "history-limit", SET_OPTION_NUMBER, 0, INT_MAX, NULL }, -- cgit