diff options
author | nicm <nicm> | 2020-04-20 13:38:48 +0000 |
---|---|---|
committer | nicm <nicm> | 2020-04-20 13:38:48 +0000 |
commit | 135bb1edeeab3faae8001100aa7c173be9aa91e1 (patch) | |
tree | 893c6ff71e5d72a2df4ad59530c198848cbb0cc6 /tmux.1 | |
parent | c91b4b2e142b5b3fc9ca88afec6bfa9b2711e01b (diff) | |
download | rtmux-135bb1edeeab3faae8001100aa7c173be9aa91e1.tar.gz rtmux-135bb1edeeab3faae8001100aa7c173be9aa91e1.tar.bz2 rtmux-135bb1edeeab3faae8001100aa7c173be9aa91e1.zip |
Change the Sync capability to be a string instead of a flag.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5572,7 +5572,7 @@ If .Em Se is not set, \&Ss with argument 0 will be used to reset the cursor style instead. .It Em \&Sync -Show that the terminal supports synchronized updates. +Start (parameter is 1) or end (parameter is 2) a synchronized update. .It Em \&Tc Indicate that the terminal supports the .Ql direct colour |