New option, mouse-select-pane. If on, the mouse may be used to select the

current pane.

Suggested by sthen@ and also by someone else ages ago who I have forgotten.
This commit is contained in:
Nicholas Marriott
2009-10-10 14:51:16 +00:00
parent 3a20a05a49
commit 4658c063d5
6 changed files with 42 additions and 3 deletions

View File

@ -67,6 +67,7 @@ const struct set_option_entry set_option_table[] = {
{ "message-attr", SET_OPTION_ATTRIBUTES, 0, 0, NULL },
{ "message-bg", SET_OPTION_COLOUR, 0, 0, NULL },
{ "message-fg", SET_OPTION_COLOUR, 0, 0, NULL },
{ "mouse-select-pane", SET_OPTION_FLAG, 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 },