mirror of
https://github.com/tmux/tmux.git
synced 2025-09-07 11:58:17 +00:00
Options to set the colour of the pane borders, with different colours for the
active pane.
This commit is contained in:
@@ -99,6 +99,10 @@ const struct set_option_entry set_session_option_table[] = {
|
||||
{ "message-fg", SET_OPTION_COLOUR, 0, 0, NULL },
|
||||
{ "message-limit", SET_OPTION_NUMBER, 0, INT_MAX, NULL },
|
||||
{ "mouse-select-pane", SET_OPTION_FLAG, 0, 0, NULL },
|
||||
{ "pane-active-border-bg", SET_OPTION_COLOUR, 0, 0, NULL },
|
||||
{ "pane-active-border-fg", SET_OPTION_COLOUR, 0, 0, NULL },
|
||||
{ "pane-border-bg", SET_OPTION_COLOUR, 0, 0, NULL },
|
||||
{ "pane-border-fg", SET_OPTION_COLOUR, 0, 0, NULL },
|
||||
{ "prefix", SET_OPTION_KEYS, 0, 0, NULL },
|
||||
{ "repeat-time", SET_OPTION_NUMBER, 0, SHRT_MAX, NULL },
|
||||
{ "set-remain-on-exit", SET_OPTION_FLAG, 0, 0, NULL },
|
||||
|
Reference in New Issue
Block a user