summaryrefslogtreecommitdiffstats
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2011-04-18 19:49:05 +0000
committerNicholas Marriott <nicm@openbsd.org>2011-04-18 19:49:05 +0000
commit0bb211978121292518d59430e3547685882078bc (patch)
tree0fbcc60e35bddb0cc2536ab08485a7131f4f1ad2 /tmux.1
parent4e75e82cc35050a244193830bd4d252eee9ad323 (diff)
Add an option (mouse-select-window) which allows the mouse to be used by
clicking on the status line, written by hsim at gmx dot li.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.15
1 files changed, 5 insertions, 0 deletions
diff --git a/tmux.1 b/tmux.1
index 86332a2c..45292ed9 100644
--- a/tmux.1
+++ b/tmux.1
@@ -1896,6 +1896,11 @@ If on,
captures the mouse and when a window is split into multiple panes the mouse may
be used to select the current pane.
The mouse click is also passed through to the application as normal.
+.It Xo Ic mouse-select-window
+.Op Ic on | off
+.Xc
+If on, clicking the mouse on a window name in the status line will select that
+window.
.It Ic pane-active-border-bg Ar colour
.It Ic pane-active-border-fg Ar colour
Set the pane border colour for the currently active pane.