aboutsummaryrefslogtreecommitdiff
path: root/tty.c
diff options
context:
space:
mode:
Diffstat (limited to 'tty.c')
-rw-r--r--tty.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/tty.c b/tty.c
index 1b7fb55f..508e4bac 100644
--- a/tty.c
+++ b/tty.c
@@ -1170,6 +1170,15 @@ tty_cmd_cell(struct tty *tty, const struct tty_ctx *ctx)
}
void
+tty_cmd_cells(struct tty *tty, const struct tty_ctx *ctx)
+{
+ tty_cursor_pane(tty, ctx, ctx->ocx, ctx->ocy);
+
+ tty_attributes(tty, ctx->cell, ctx->wp);
+ tty_putn(tty, ctx->ptr, ctx->num, ctx->num);
+}
+
+void
tty_cmd_setselection(struct tty *tty, const struct tty_ctx *ctx)
{
char *buf;