mirror of
https://github.com/tmux/tmux.git
synced 2026-05-30 14:16:18 +00:00
Do not adjust end position when removing partial padding, it does not
change.
This commit is contained in:
@@ -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? */
|
||||||
|
|||||||
Reference in New Issue
Block a user