=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.715 retrieving revision 1.716 diff -c -r1.715 -r1.716 *** src/usr.bin/tmux/tmux.1 2020/03/12 09:49:43 1.715 --- src/usr.bin/tmux/tmux.1 2020/03/12 13:19:20 1.716 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.715 2020/03/12 09:49:43 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.716 2020/03/12 13:19:20 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" *************** *** 1565,1571 **** command is: .Bl -tag -width Ds .It Xo Ic copy-mode ! .Op Fl Meu .Op Fl t Ar target-pane .Xc Enter copy mode. --- 1565,1571 ---- command is: .Bl -tag -width Ds .It Xo Ic copy-mode ! .Op Fl eHMu .Op Fl t Ar target-pane .Xc Enter copy mode. *************** *** 1575,1580 **** --- 1575,1583 ---- .Fl M begins a mouse drag (only valid if bound to a mouse key binding, see .Sx MOUSE SUPPORT ) . + .Fl H + hides the position indicator in the top right. + .Pp .Fl e specifies that scrolling to the bottom of the history (to the visible screen) should exit copy mode.