Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2023-09-17 21:00:34 +01:00
7 changed files with 366 additions and 1239 deletions

3
tty.c
View File

@ -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