aboutsummaryrefslogtreecommitdiff
path: root/tty.c
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 /tty.c
parent4eabd7ec90756952ea4963cdd5d508224a7f1d29 (diff)
parentd150d9b384612c1ee2c52009b996a4466e111049 (diff)
downloadrtmux-446177a8326d6d29591c1e42ec44d0f92e39c466.tar.gz
rtmux-446177a8326d6d29591c1e42ec44d0f92e39c466.tar.bz2
rtmux-446177a8326d6d29591c1e42ec44d0f92e39c466.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tty.c')
-rw-r--r--tty.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/tty.c b/tty.c
index f50fbdb2..0230a60e 100644
--- a/tty.c
+++ b/tty.c
@@ -1174,18 +1174,6 @@ tty_cmd_cell(struct tty *tty, const struct tty_ctx *ctx)
}
void
-tty_cmd_utf8character(struct tty *tty, const struct tty_ctx *ctx)
-{
- struct window_pane *wp = ctx->wp;
-
- /*
- * Cannot rely on not being a partial character, so just redraw the
- * whole line.
- */
- tty_draw_pane(tty, wp, ctx->ocy, ctx->xoff, ctx->yoff);
-}
-
-void
tty_cmd_setselection(struct tty *tty, const struct tty_ctx *ctx)
{
char *buf;