=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.511 retrieving revision 1.512 diff -c -r1.511 -r1.512 *** src/usr.bin/tmux/tmux.1 2016/10/16 22:06:40 1.511 --- src/usr.bin/tmux/tmux.1 2016/10/18 19:25:26 1.512 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.511 2016/10/16 22:06:40 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.512 2016/10/18 19:25:26 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 16 2016 $ .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 18 2016 $ .Dt TMUX 1 .Os .Sh NAME *************** *** 3142,3147 **** --- 3142,3152 ---- .Ic message-command-style option. .Pp + .It Xo Ic wrap-search + .Op Ic on | off + .Xc + If this option is set, searches will wrap around the end of the pane contents. + The default is on. .It Xo Ic xterm-keys .Op Ic on | off .Xc *************** *** 3153,3163 **** as Shift, Alt or Ctrl. The default is off. .Pp - .It Xo Ic wrap-search - .Op Ic on | off - .Xc - If this option is set, searches will wrap around the end of the pane contents. - The default is on. .El .It Xo Ic show-options .Op Fl gqsvw --- 3158,3163 ----