aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2013-03-11 13:47:29 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2013-03-11 13:47:29 +0000
commitb5516771d30536a7ee931a8331929bffd2103796 (patch)
tree28a95561b089e97ad58c97febd83bbd8b901bc40 /tmux.1
parent412ac6bc3a690628f72101494ac88e91c7d3377c (diff)
downloadrtmux-b5516771d30536a7ee931a8331929bffd2103796.tar.gz
rtmux-b5516771d30536a7ee931a8331929bffd2103796.tar.bz2
rtmux-b5516771d30536a7ee931a8331929bffd2103796.zip
Clean up capture-pane and add -P option to dump pending output, based on code
from George Nachman.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.15
1 files changed, 4 insertions, 1 deletions
diff --git a/tmux.1 b/tmux.1
index f219615e..39ae62dc 100644
--- a/tmux.1
+++ b/tmux.1
@@ -1066,7 +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 aepq
+.Op Fl aepPq
.Op Fl b Ar buffer-index
.Op Fl E Ar end-line
.Op Fl S Ar start-line
@@ -1093,6 +1093,9 @@ attributes.
also escapes non-printable characters as octal \\xxx.
.Fl J
joins wrapped lines and preserves trailing spaces at each line's end.
+.Fl P
+captures only any output that the pane has received that is the beginning of an
+as-yet incomplete escape sequence.
.Pp
.Fl S
and