diff options
author | Thomas Adam <thomas@xteddy.org> | 2019-03-25 20:02:38 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2019-03-25 20:02:38 +0000 |
commit | 6ac84585e6ffb94e157eeb9f0ea8748a3cffa839 (patch) | |
tree | 2b6d3f767d37cea78f49cceecc69a5cde37b6cab /tmux.1 | |
parent | 5e2150cf185e89a167dd1c64d7ddd0b055021400 (diff) | |
parent | d21f8ecc1356916fab43cfd9668c66f1e8b4bc26 (diff) | |
download | rtmux-6ac84585e6ffb94e157eeb9f0ea8748a3cffa839.tar.gz rtmux-6ac84585e6ffb94e157eeb9f0ea8748a3cffa839.tar.bz2 rtmux-6ac84585e6ffb94e157eeb9f0ea8748a3cffa839.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -3597,16 +3597,16 @@ option is on (the default is off), allows mouse events to be bound as keys. The name of each key is made up of a mouse event (such as .Ql MouseUp1 ) -and a location suffix (one of -.Ql Pane -for the contents of a pane, -.Ql Border -for a pane border or -.Ql Status , -.Ql StatusLeft , -or -.Ql StatusRight -for the status line). +and a location suffix, one of the following: +.Bl -column "XXXXXXXXXXXXX" -offset indent +.It Li "Pane" Ta "the contents of a pane" +.It Li "Border" Ta "a pane border" +.It Li "Status" Ta "the status line window list" +.It Li "StatusLeft" Ta "the left part of the status line" +.It Li "StatusRight" Ta "the right part of the status line" +.It Li "StatusDefault" Ta "any other part of the status line" +.El +.Pp The following mouse events are available: .Bl -column "MouseDown1" "MouseDrag1" "WheelDown" -offset indent .It Li "WheelUp" Ta "WheelDown" Ta "" |