aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2013-02-24 07:52:03 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2013-02-24 07:52:03 +0000
commitb2a61348ddd2dbe91c6b656ef7ddd64a535e0b20 (patch)
tree26f4424227ccae92ee622ce0fbe865a3c8883571 /tmux.1
parent234f6d27c17de09e0dcdb3eb224ab0821ab17993 (diff)
downloadrtmux-b2a61348ddd2dbe91c6b656ef7ddd64a535e0b20.tar.gz
rtmux-b2a61348ddd2dbe91c6b656ef7ddd64a535e0b20.tar.bz2
rtmux-b2a61348ddd2dbe91c6b656ef7ddd64a535e0b20.zip
Add -a to capture-pane to capture alternate screen, from George Nachman.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.16
1 files changed, 4 insertions, 2 deletions
diff --git a/tmux.1 b/tmux.1
index 8e536b67..60877006 100644
--- a/tmux.1
+++ b/tmux.1
@@ -1066,8 +1066,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 aep
.Op Fl b Ar buffer-index
.Op Fl E Ar end-line
.Op Fl S Ar start-line
@@ -1081,6 +1080,9 @@ is given, the output goes to stdout, otherwise to the buffer specified with
.Fl b
or a new buffer if omitted.
If
+.Fl a
+is given, the alternate screen is used, and the history is not accessible.
+If
.Fl e
is given, the output includes escape sequences for text and background
attributes.