=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.901 retrieving revision 1.902 diff -c -r1.901 -r1.902 *** src/usr.bin/tmux/tmux.1 2022/09/09 11:02:23 1.901 --- src/usr.bin/tmux/tmux.1 2022/09/28 07:55:29 1.902 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.901 2022/09/09 11:02:23 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.902 2022/09/28 07:55:29 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: September 9 2022 $ .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: September 28 2022 $ .Dt TMUX 1 .Os .Sh NAME *************** *** 2011,2017 **** .Fl F . .Tg capturep .It Xo Ic capture-pane ! .Op Fl aepPqCJN .Op Fl b Ar buffer-name .Op Fl E Ar end-line .Op Fl S Ar start-line --- 2011,2017 ---- .Fl F . .Tg capturep .It Xo Ic capture-pane ! .Op Fl aAepPqCJN .Op Fl b Ar buffer-name .Op Fl E Ar end-line .Op Fl S Ar start-line *************** *** 2036,2045 **** attributes. .Fl C also escapes non-printable characters as octal \exxx. .Fl N preserves trailing spaces at each line's end and .Fl J ! preserves trailing spaces and joins any wrapped lines. .Fl P captures only any output that the pane has received that is the beginning of an as-yet incomplete escape sequence. --- 2036,2050 ---- attributes. .Fl C also escapes non-printable characters as octal \exxx. + .Fl T + ignores trailing positions that do not contain a character. .Fl N preserves trailing spaces at each line's end and .Fl J ! preserves trailing spaces and joins any wrapped lines; ! .Fl J ! implies ! .Fl T . .Fl P captures only any output that the pane has received that is the beginning of an as-yet incomplete escape sequence.