=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.938 retrieving revision 1.939 diff -c -r1.938 -r1.939 *** src/usr.bin/tmux/tmux.1 2024/03/21 11:32:49 1.938 --- src/usr.bin/tmux/tmux.1 2024/03/21 11:51:32 1.939 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.938 2024/03/21 11:32:49 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.939 2024/03/21 11:51:32 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" *************** *** 6116,6122 **** .Ql y . .Tg menu .It Xo Ic display-menu ! .Op Fl O .Op Fl b Ar border-lines .Op Fl c Ar target-client .Op Fl C Ar starting-choice --- 6116,6122 ---- .Ql y . .Tg menu .It Xo Ic display-menu ! .Op Fl OM .Op Fl b Ar border-lines .Op Fl c Ar target-client .Op Fl C Ar starting-choice *************** *** 6223,6229 **** 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" .It Li "Enter" Ta "Choose selected item" --- 6223,6235 ---- released without an item selected the menu is not closed and a mouse button must be clicked to choose an item. .Pp ! .Fl M ! tells ! .Nm ! the menu should handle mouse events; by default only menus opened from mouse ! key bindings do so. ! .Pp ! The following keys are available in menus: .Bl -column "Key" "Function" -offset indent .It Sy "Key" Ta Sy "Function" .It Li "Enter" Ta "Choose selected item"