diff options
author | nicm <nicm> | 2020-06-11 09:55:47 +0000 |
---|---|---|
committer | nicm <nicm> | 2020-06-11 09:55:47 +0000 |
commit | 50ee41423f6f7b4c0bc83ecf9468a37fc8bf9e99 (patch) | |
tree | d2c7dec252a8331249a05f5b1d1b7f61e4537579 /tmux.1 | |
parent | 23d79cfda87f822c7440fd572ce5fc440c079ac2 (diff) | |
download | rtmux-50ee41423f6f7b4c0bc83ecf9468a37fc8bf9e99.tar.gz rtmux-50ee41423f6f7b4c0bc83ecf9468a37fc8bf9e99.tar.bz2 rtmux-50ee41423f6f7b4c0bc83ecf9468a37fc8bf9e99.zip |
Add a -A option to pause a pane manually.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -1304,9 +1304,10 @@ The argument is a pane ID (with leading .Ql % ) , a colon, then one of .Ql on , -.Ql off +.Ql off , +.Ql continue or -.Ql continue . +.Ql pause . If .Ql off , .Nm @@ -1315,9 +1316,13 @@ the pane off, will stop reading from the pane. If .Ql continue , .Nm -will return to sending output to a paused pane (see the +will return to sending output to the pane if it was paused (manually or with the .Ar pause-after flag). +If +.Ql pause , +.Nm +will pause the pane. .Fl A may be given multiple times for different panes. .Pp |