=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.631 retrieving revision 1.632 diff -c -r1.631 -r1.632 *** src/usr.bin/tmux/tmux.1 2019/03/25 14:29:36 1.631 --- src/usr.bin/tmux/tmux.1 2019/03/25 18:59:55 1.632 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.631 2019/03/25 14:29:36 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.632 2019/03/25 18:59:55 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" *************** *** 3519,3534 **** 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). The following mouse events are available: .Bl -column "MouseDown1" "MouseDrag1" "WheelDown" -offset indent .It Li "WheelUp" Ta "WheelDown" Ta "" --- 3519,3534 ---- 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 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 ""