aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2020-04-20 14:59:31 +0000
committernicm <nicm>2020-04-20 14:59:31 +0000
commit2083a6ea2050fb211eab3da0df0ff5a40b4973b4 (patch)
tree48550eab5ba7e22d2b0817d6a164935f09eea5ad /tmux.h
parent135bb1edeeab3faae8001100aa7c173be9aa91e1 (diff)
downloadrtmux-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.h')
-rw-r--r--tmux.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 3853b09f..5d7dbba7 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1992,7 +1992,6 @@ void tty_cmd_reverseindex(struct tty *, const struct tty_ctx *);
void tty_cmd_setselection(struct tty *, const struct tty_ctx *);
void tty_cmd_rawstring(struct tty *, const struct tty_ctx *);
void tty_cmd_syncstart(struct tty *, const struct tty_ctx *);
-void tty_cmd_syncend(struct tty *, const struct tty_ctx *);
/* tty-term.c */
extern struct tty_terms tty_terms;