aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2017-02-06 13:23:00 +0000
committernicm <nicm>2017-02-06 13:23:00 +0000
commit3fd34e70e531314558a182b85411c21cba4eb0d1 (patch)
treeb154be1b6e557bbc180d3a853964248577edab42 /tmux.h
parentd091253a5d240fe867cf966a6d3edc0ddd028d1a (diff)
downloadrtmux-3fd34e70e531314558a182b85411c21cba4eb0d1.tar.gz
rtmux-3fd34e70e531314558a182b85411c21cba4eb0d1.tar.bz2
rtmux-3fd34e70e531314558a182b85411c21cba4eb0d1.zip
Only redraw the modified character when adding combining characters, not
the whole line.
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 c980f9bb..068bcbbe 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1667,7 +1667,6 @@ void tty_cmd_erasecharacter(struct tty *, const struct tty_ctx *);
void tty_cmd_insertcharacter(struct tty *, const struct tty_ctx *);
void tty_cmd_insertline(struct tty *, const struct tty_ctx *);
void tty_cmd_linefeed(struct tty *, const struct tty_ctx *);
-void tty_cmd_utf8character(struct tty *, const struct tty_ctx *);
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 *);