aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-02-06 14:01:16 +0000
committerThomas Adam <thomas@xteddy.org>2017-02-06 14:01:16 +0000
commit446177a8326d6d29591c1e42ec44d0f92e39c466 (patch)
tree430c7ebaca81a61fe8a4a3245888c3695c348bdf /tmux.h
parent4eabd7ec90756952ea4963cdd5d508224a7f1d29 (diff)
parentd150d9b384612c1ee2c52009b996a4466e111049 (diff)
downloadrtmux-446177a8326d6d29591c1e42ec44d0f92e39c466.tar.gz
rtmux-446177a8326d6d29591c1e42ec44d0f92e39c466.tar.bz2
rtmux-446177a8326d6d29591c1e42ec44d0f92e39c466.zip
Merge branch 'obsd-master'
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 9dee7a1a..90a77617 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1669,7 +1669,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 *);