=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.679 retrieving revision 1.680 diff -c -r1.679 -r1.680 *** src/usr.bin/tmux/tmux.1 2019/07/30 10:10:02 1.679 --- src/usr.bin/tmux/tmux.1 2019/08/01 08:42:34 1.680 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.679 2019/07/30 10:10:02 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.680 2019/08/01 08:42:34 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: July 30 2019 $ .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: August 1 2019 $ .Dt TMUX 1 .Os .Sh NAME *************** *** 1642,1648 **** but a different format may be specified with .Fl F . .It Xo Ic capture-pane ! .Op Fl aepPqCJ .Op Fl b Ar buffer-name .Op Fl E Ar end-line .Op Fl S Ar start-line --- 1642,1648 ---- but a different format may be specified with .Fl F . .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 *************** *** 1667,1674 **** attributes. .Fl C also escapes non-printable characters as octal \exxx. .Fl J ! joins wrapped lines and preserves trailing spaces at each line's end. .Fl P captures only any output that the pane has received that is the beginning of an as-yet incomplete escape sequence. --- 1667,1676 ---- 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.