aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authornicm <nicm>2021-04-15 05:38:11 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2021-06-10 09:20:02 +0100
commitd8639784647045593353270ae1b04ffb288533ff (patch)
treecd50e15a9f2affaac0f368a2e7914cfa1e75d231 /tmux.1
parent57d5f675527d860595911b8ff480f500b93eb24a (diff)
downloadrtmux-d8639784647045593353270ae1b04ffb288533ff.tar.gz
rtmux-d8639784647045593353270ae1b04ffb288533ff.tar.bz2
rtmux-d8639784647045593353270ae1b04ffb288533ff.zip
%begin now has three arguments, not two. GitHubs issue 2646.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.17
1 files changed, 4 insertions, 3 deletions
diff --git a/tmux.1 b/tmux.1
index 2343ab89..84cddc55 100644
--- a/tmux.1
+++ b/tmux.1
@@ -6116,12 +6116,13 @@ and matching
.Em %end
or
.Em %error
-have two arguments: an integer time (as seconds from epoch) and command number.
+have three arguments: an integer time (as seconds from epoch), command number and
+flags (currently not used).
For example:
.Bd -literal -offset indent
-%begin 1363006971 2
+%begin 1363006971 2 1
0: ksh* (1 panes) [80x24] [layout b25f,80x24,0,0,2] @2 (active)
-%end 1363006971 2
+%end 1363006971 2 1
.Ed
.Pp
The