diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-03-04 11:03:03 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-03-04 11:03:03 +0000 |
commit | aaeee34c3250892c8a20e9c95efe66c1d0ec4be2 (patch) | |
tree | 71ddef687aed06d4eab527d00c2ec630253ac566 /tmux.1 | |
parent | 70397e4a957eefc2808c600214d8f7689caead71 (diff) | |
download | rtmux-aaeee34c3250892c8a20e9c95efe66c1d0ec4be2.tar.gz rtmux-aaeee34c3250892c8a20e9c95efe66c1d0ec4be2.tar.bz2 rtmux-aaeee34c3250892c8a20e9c95efe66c1d0ec4be2.zip |
Preserve trailing spaces with capture-pane -J, from George Nachman.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1092,7 +1092,7 @@ attributes. .Fl C also escapes non-printable characters as octal \\xxx. .Fl J -joins wrapped lines. +joins wrapped lines and preserves trailing spaces at each line's end. .Pp .Fl S and |