aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2013-02-19 09:55:02 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2013-02-19 09:55:02 +0000
commit4d1d4d6e8eb40f21eea851461ea2166242b3409f (patch)
tree8b16284be035123e66f1e12513152c0bee5ddf5f /tmux.1
parenta96dd1932ad43457e710d154edccbfb08c1c2520 (diff)
downloadrtmux-4d1d4d6e8eb40f21eea851461ea2166242b3409f.tar.gz
rtmux-4d1d4d6e8eb40f21eea851461ea2166242b3409f.tar.bz2
rtmux-4d1d4d6e8eb40f21eea851461ea2166242b3409f.zip
Add -e flag to capture-pane to include embedded ANSI SGR escape sequences, from
George Nachman.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.14
1 files changed, 4 insertions, 0 deletions
diff --git a/tmux.1 b/tmux.1
index 98561f93..c1380ffd 100644
--- a/tmux.1
+++ b/tmux.1
@@ -1040,6 +1040,7 @@ By default, it uses the format
but a different format may be specified with
.Fl F .
.It Xo Ic capture-pane
+.Op Fl e
.Op Fl p
.Op Fl b Ar buffer-index
.Op Fl E Ar end-line
@@ -1053,6 +1054,9 @@ If
is given, the output goes to stdout, otherwise to the buffer specified with
.Fl b
or a new buffer if omitted.
+If
+.Fl e
+is given, the output includes escape sequences for text and background attributes.
.Pp
.Fl S
and