summaryrefslogtreecommitdiffstats
path: root/tty.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2023-09-17 21:00:34 +0100
committerThomas Adam <thomas@xteddy.org>2023-09-17 21:03:06 +0100
commitb202a2f1b517a3de7141fc35fbd9e39ed5ac5284 (patch)
treed35a4fd44a7f21d91d8dcac3badf6aae61cb04b4 /tty.c
parent9f9156c0303ad9c50fd44e0561ef0f5bb21a418b (diff)
parent7e79108f8a0d109b058f07cd84f17957f730432a (diff)
Merge branch 'obsd-master'
Diffstat (limited to 'tty.c')
-rw-r--r--tty.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tty.c b/tty.c
index bb32c096..359dc137 100644
--- a/tty.c
+++ b/tty.c
@@ -2161,6 +2161,9 @@ tty_cmd_cell(struct tty *tty, const struct tty_ctx *ctx)
tty_cell(tty, ctx->cell, &ctx->defaults, ctx->palette,
ctx->s->hyperlinks);
+
+ if (ctx->num == 1)
+ tty_invalidate(tty);
}
void