From 54ae8503227aa063a6e7c15a297e315fe6af9422 Mon Sep 17 00:00:00 2001 From: nicm Date: Wed, 27 May 2026 20:47:23 +0000 Subject: [PATCH] Do not adjust end position when removing partial padding, it does not change. --- tty-draw.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tty-draw.c b/tty-draw.c index 24d8b711..b6178754 100644 --- a/tty-draw.c +++ b/tty-draw.c @@ -181,7 +181,6 @@ tty_draw_line(struct tty *tty, struct screen *s, u_int px, u_int py, u_int nx, atx += cx; px += cx; nx -= cx; - ex -= cx; } /* Did the previous line wrap on to this one? */