=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.799 retrieving revision 1.800 diff -c -r1.799 -r1.800 *** src/usr.bin/tmux/tmux.1 2020/10/09 19:12:36 1.799 --- src/usr.bin/tmux/tmux.1 2020/10/30 08:55:56 1.800 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.799 2020/10/09 19:12:36 tim Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.800 2020/10/30 08:55:56 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" *************** *** 14,20 **** .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" ! .Dd $Mdocdate: October 9 2020 $ .Dt TMUX 1 .Os .Sh NAME --- 14,20 ---- .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" ! .Dd $Mdocdate: October 30 2020 $ .Dt TMUX 1 .Os .Sh NAME *************** *** 5331,5336 **** --- 5331,5337 ---- This command works only from inside .Nm . .It Xo Ic display-menu + .Op Fl O .Op Fl c Ar target-client .Op Fl t Ar target-pane .Op Fl T Ar title *************** *** 5382,5389 **** Each menu consists of items followed by a key shortcut shown in brackets. If the menu is too large to fit on the terminal, it is not displayed. Pressing the key shortcut chooses the corresponding item. ! If the mouse is enabled and the menu is opened from a mouse key binding, releasing ! the mouse button with an item selected will choose that item. The following keys are also available: .Bl -column "Key" "Function" -offset indent .It Sy "Key" Ta Sy "Function" --- 5383,5396 ---- Each menu consists of items followed by a key shortcut shown in brackets. If the menu is too large to fit on the terminal, it is not displayed. Pressing the key shortcut chooses the corresponding item. ! If the mouse is enabled and the menu is opened from a mouse key binding, ! releasing the mouse button with an item selected chooses that item and ! releasing the mouse button without an item selected closes the menu. ! .Fl O ! changes this behaviour so that the menu does not close when the mouse button is ! released without an item selected the menu is not closed and a mouse button ! must be clicked to choose an item. ! .Pp The following keys are also available: .Bl -column "Key" "Function" -offset indent .It Sy "Key" Ta Sy "Function"