=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.943 retrieving revision 1.944 diff -c -r1.943 -r1.944 *** src/usr.bin/tmux/tmux.1 2024/05/14 07:52:19 1.943 --- src/usr.bin/tmux/tmux.1 2024/05/14 09:32:37 1.944 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.943 2024/05/14 07:52:19 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.944 2024/05/14 09:32:37 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" *************** *** 3795,3808 **** .It Ic prompt-history-limit Ar number Set the number of history items to save in the history file for each type of command prompt. - .It Xo Ic search-wrapped-lines - .Op Ic on | off - .Xc - Defines how - .Nm - handles wrapped lines when searching in copy mode. - When disabled, lines are truncated and searching is faster, but matches may be - missed. .It Xo Ic set-clipboard .Op Ic on | external | off .Xc --- 3795,3800 ----