mirror of
https://github.com/tmux/tmux.git
synced 2026-06-21 17:55:21 +00:00
Merge branch 'obsd-master'
This commit is contained in:
@@ -181,7 +181,7 @@ tty_draw_line(struct tty *tty, struct screen *s, u_int px, u_int py, u_int nx,
|
|||||||
bg = ngc.bg;
|
bg = ngc.bg;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
tty_attributes(tty, &last, style_ctx);
|
tty_attributes(tty, &last, style_ctx);
|
||||||
log_debug("%s: clearing %u padding cells", __func__, cx);
|
log_debug("%s: clearing %u padding cells", __func__, cx);
|
||||||
tty_draw_line_clear(tty, atx, aty, cx, style_ctx->defaults, bg, 0);
|
tty_draw_line_clear(tty, atx, aty, cx, style_ctx->defaults, bg, 0);
|
||||||
if (cx == ex)
|
if (cx == ex)
|
||||||
|
|||||||
Reference in New Issue
Block a user