Add -C and -J to capture pane to escape control sequences and to join wrapped

line, based on a diff from George Nachman.
This commit is contained in:
Nicholas Marriott
2013-02-21 09:35:01 +00:00
parent cb6f36655e
commit b8b5631d9d
5 changed files with 65 additions and 22 deletions

7
tmux.1
View File

@ -1067,7 +1067,12 @@ is given, the output goes to stdout, otherwise to the buffer specified with
or a new buffer if omitted.
If
.Fl e
is given, the output includes escape sequences for text and background attributes.
is given, the output includes escape sequences for text and background
attributes.
.Fl C
also escapes non-printable characters as octal \\xxx.
.Fl J
joins wrapped lines.
.Pp
.Fl S
and