aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2013-02-21 09:35:01 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2013-02-21 09:35:01 +0000
commitb8b5631d9d11ce786bdb049b9d5aa71b4582a93f (patch)
tree76045762675a1442cfe53fe3b06c0879bf6037ad /tmux.1
parentcb6f36655efe8d7169517cc06ef6c4513a1d14d6 (diff)
downloadrtmux-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.17
1 files changed, 6 insertions, 1 deletions
diff --git a/tmux.1 b/tmux.1
index fcca0924..7d5eb5a8 100644
--- a/tmux.1
+++ b/tmux.1
@@ -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