From de9697b456c39b668ee387a17cd4abd3858e731a Mon Sep 17 00:00:00 2001 From: nicm Date: Tue, 17 Aug 2021 11:20:13 +0000 Subject: calloc for confirm-before data since the item needs to start NULL. --- tty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tty.c') diff --git a/tty.c b/tty.c index f93f6c57..ba58aa2b 100644 --- a/tty.c +++ b/tty.c @@ -2043,7 +2043,7 @@ tty_cmd_syncstart(struct tty *tty, const struct tty_ctx *ctx) { if (ctx->num == 0x11) { /* - * This is an overlay and a command that moves, the cursor so + * This is an overlay and a command that moves the cursor so * start synchronized updates. */ tty_sync_start(tty); -- cgit