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

1
tmux.c
View File

@ -381,6 +381,7 @@ main(int argc, char **argv)
options_set_number(so, "message-attr", 0);
options_set_number(so, "message-bg", 3);
options_set_number(so, "message-fg", 0);
options_set_number(so, "mouse-select-pane", 0);
options_set_number(so, "repeat-time", 500);
options_set_number(so, "set-remain-on-exit", 0);
options_set_number(so, "set-titles", 0);