diff options
author | nicm <nicm> | 2020-04-20 14:59:31 +0000 |
---|---|---|
committer | nicm <nicm> | 2020-04-20 14:59:31 +0000 |
commit | 2083a6ea2050fb211eab3da0df0ff5a40b4973b4 (patch) | |
tree | 48550eab5ba7e22d2b0817d6a164935f09eea5ad /tmux.1 | |
parent | 135bb1edeeab3faae8001100aa7c173be9aa91e1 (diff) | |
download | rtmux-2083a6ea2050fb211eab3da0df0ff5a40b4973b4.tar.gz rtmux-2083a6ea2050fb211eab3da0df0ff5a40b4973b4.tar.bz2 rtmux-2083a6ea2050fb211eab3da0df0ff5a40b4973b4.zip |
Change how sync works to always send the end sequence after all output
is done when we are returning to the event loop (since we always move
the cursor at that point). Also a man fix from jmc.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5534,7 +5534,7 @@ The server crashed or otherwise exited without telling the client the reason. .Sh TERMINFO EXTENSIONS .Nm understands some unofficial extensions to -.Xr terminfo 5. +.Xr terminfo 5 . It is not normally necessary to set these manually, instead the .Ic terminal-features option should be used. |