diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-03-11 15:28:34 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-03-11 15:28:34 +0000 |
commit | 7c009509676b4580065fdc6f0084a93b9758fac0 (patch) | |
tree | 394a6bb11bb2959480fce2372f139c9f16700748 /tmux.1 | |
parent | 7b4084a15a5c82824737051143dfe0115cff52e5 (diff) | |
download | rtmux-7c009509676b4580065fdc6f0084a93b9758fac0.tar.gz rtmux-7c009509676b4580065fdc6f0084a93b9758fac0.tar.bz2 rtmux-7c009509676b4580065fdc6f0084a93b9758fac0.zip |
Don't add prefix to %output pane id.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -3669,10 +3669,8 @@ The layout of a window with ID changed. The new layout is .Ar window-layout . -.It Ic %output Ar source-pane Ar value -A window pane, -.Ar source-pane , -produced output. +.It Ic %output Ar pane-id Ar value +A window pane produced output. .Ar value contains that output with each byte encoded as two hex digits. .It Ic %session-changed Ar session-id Ar name |