From b3deb9ec86499678c97ca55b3ef5e92365dea475 Mon Sep 17 00:00:00 2001 From: jsg Date: Fri, 12 Jun 2026 13:16:36 +0000 Subject: [PATCH] fix tty_draw_line() indentation; ok nicm@ --- tty-draw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tty-draw.c b/tty-draw.c index a2868aa4..ec96409d 100644 --- a/tty-draw.c +++ b/tty-draw.c @@ -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; } } - tty_attributes(tty, &last, style_ctx); + tty_attributes(tty, &last, style_ctx); log_debug("%s: clearing %u padding cells", __func__, cx); tty_draw_line_clear(tty, atx, aty, cx, style_ctx->defaults, bg, 0); if (cx == ex)