diff options
author | nicm <nicm> | 2020-06-10 06:23:43 +0000 |
---|---|---|
committer | nicm <nicm> | 2020-06-10 06:23:43 +0000 |
commit | fddcad6957056a32d8894f8c9c7cd44a9c56610b (patch) | |
tree | a477bf5574bd6ca7d1337952a64b41a77a46ed29 /tmux.1 | |
parent | fee585ea1429672922e65a4d3b95a5407143c737 (diff) | |
download | rtmux-fddcad6957056a32d8894f8c9c7cd44a9c56610b.tar.gz rtmux-fddcad6957056a32d8894f8c9c7cd44a9c56610b.tar.bz2 rtmux-fddcad6957056a32d8894f8c9c7cd44a9c56610b.zip |
When the pause-after flag is set, send an alternative %extended-output
form instead of %output with the age of the output.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -5910,6 +5910,17 @@ or an error occurred. If present, .Ar reason describes why the client exited. +.It Ic %extended-output Ar pane-id Ar age Ar ... : Ar value +New form of +.Ic %output +sent when the +.Ar pause-after +flag is set. +.Ar age +is the time in milliseconds for which tmux had buffered the output before it was sent. +Any subsequent arguments up until a single +.Ql \&: +are for future use and should be ignored. .It Ic %layout-change Ar window-id Ar window-layout Ar window-visible-layout Ar window-flags The layout of a window with ID .Ar window-id |