Do not reduce the end position when removing padding.

This commit is contained in:
Nicholas Marriott
2026-05-27 21:41:20 +01:00
parent 81d610c284
commit 8084585eb1
2 changed files with 2 additions and 3 deletions

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;
px += cx;
nx -= cx;
ex -= cx;
}
/* Did the previous line wrap on to this one? */