diff options
author | nicm <nicm> | 2021-04-15 05:38:11 +0000 |
---|---|---|
committer | nicm <nicm> | 2021-04-15 05:38:11 +0000 |
commit | 33f9b08bbb043e1fdf5638a6ae517ab7f5e4547a (patch) | |
tree | 001687688cd500651f90b312797e4651083e0a1e /tmux.1 | |
parent | dfcc9f8cbc65debba01fc96af0811c7401d4db1d (diff) | |
download | rtmux-33f9b08bbb043e1fdf5638a6ae517ab7f5e4547a.tar.gz rtmux-33f9b08bbb043e1fdf5638a6ae517ab7f5e4547a.tar.bz2 rtmux-33f9b08bbb043e1fdf5638a6ae517ab7f5e4547a.zip |
%begin now has three arguments, not two. GitHubs issue 2646.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 |