diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-02-21 09:35:01 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-02-21 09:35:01 +0000 |
commit | b8b5631d9d11ce786bdb049b9d5aa71b4582a93f (patch) | |
tree | 76045762675a1442cfe53fe3b06c0879bf6037ad /tmux.1 | |
parent | cb6f36655efe8d7169517cc06ef6c4513a1d14d6 (diff) | |
download | rtmux-b8b5631d9d11ce786bdb049b9d5aa71b4582a93f.tar.gz rtmux-b8b5631d9d11ce786bdb049b9d5aa71b4582a93f.tar.bz2 rtmux-b8b5631d9d11ce786bdb049b9d5aa71b4582a93f.zip |
Add -C and -J to capture pane to escape control sequences and to join wrapped
line, based on a diff from George Nachman.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 |