aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2020-06-11 12:01:19 +0100
committerThomas Adam <thomas@xteddy.org>2020-06-11 12:01:19 +0100
commite8c99496cd49592bc4f148e143c17165509b3783 (patch)
treedbb4f6edd0f4a2ca8012287fa38418c4a7030ca4 /tmux.1
parentea4425b9bdc1da5f337db531104714bde3cd2ad4 (diff)
parent50ee41423f6f7b4c0bc83ecf9468a37fc8bf9e99 (diff)
downloadrtmux-e8c99496cd49592bc4f148e143c17165509b3783.tar.gz
rtmux-e8c99496cd49592bc4f148e143c17165509b3783.tar.bz2
rtmux-e8c99496cd49592bc4f148e143c17165509b3783.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.111
1 files changed, 8 insertions, 3 deletions
diff --git a/tmux.1 b/tmux.1
index 2feffa25..7c0a503a 100644
--- a/tmux.1
+++ b/tmux.1
@@ -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