Merge branch 'master' into floating_panes

This commit is contained in:
Michael Grant
2026-02-11 09:40:21 +00:00
20 changed files with 948 additions and 674 deletions

View File

@@ -240,6 +240,8 @@ tty_draw_line(struct tty *tty, struct screen *s, u_int px, u_int py, u_int nx,
/* Work out the the empty width. */
if (i >= ex)
empty = 1;
else if (gcp->bg != last.bg)
empty = 0;
else
empty = tty_draw_line_get_empty(gcp, nx - i);