diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2020-04-20 13:38:49 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2020-04-20 13:38:49 +0000 |
commit | e5d3fc31f38ff9636ea963cb46df8d419218dcd5 (patch) | |
tree | 0b33405d84bf09fc936c45ed6e45e7aa66f79b41 /usr.bin/tmux/tmux.1 | |
parent | b6ebde8d3afae589199e27016f4c8f060b8ca07f (diff) |
Change the Sync capability to be a string instead of a flag.
Diffstat (limited to 'usr.bin/tmux/tmux.1')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 40580596df4..ab6ccf03920 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.744 2020/04/20 13:25:36 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.745 2020/04/20 13:38:48 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com> .\" @@ -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 |