Do not adjust end position when removing partial padding, it does not

change.
This commit is contained in:
nicm
2026-05-27 20:47:23 +00:00
parent f00f92e7e3
commit 54ae850322

View File

@@ -181,7 +181,6 @@ tty_draw_line(struct tty *tty, struct screen *s, u_int px, u_int py, u_int nx,
atx += cx; atx += cx;
px += cx; px += cx;
nx -= cx; nx -= cx;
ex -= cx;
} }
/* Did the previous line wrap on to this one? */ /* Did the previous line wrap on to this one? */