diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-02-19 09:55:02 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-02-19 09:55:02 +0000 |
commit | 4d1d4d6e8eb40f21eea851461ea2166242b3409f (patch) | |
tree | 8b16284be035123e66f1e12513152c0bee5ddf5f /tmux.1 | |
parent | a96dd1932ad43457e710d154edccbfb08c1c2520 (diff) | |
download | rtmux-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.1 | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |