From 55db3623bf7084a161d457f0c0b891a46a444a77 Mon Sep 17 00:00:00 2001 From: nicm Date: Wed, 22 Aug 2018 20:06:14 +0000 Subject: Add StatusLeft and StatusRight mouse key modifiers for the left and right parts of the status line. --- tmux.1 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index c6c6b3fa..f84f1282 100644 --- a/tmux.1 +++ b/tmux.1 @@ -3504,7 +3504,10 @@ and a location suffix (one of for the contents of a pane, .Ql Border for a pane border or -.Ql Status +.Ql Status , +.Ql StatusLeft , +or +.Ql StatusRight for the status line). The following mouse events are available: .Bl -column "MouseDown1" "MouseDrag1" "WheelDown" -offset indent -- cgit