mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
Correctly clear underscore colour in grid_get_cell1, also fix struct
grid_cell to avoid padding. Fixes increased memory use reported by Suraj N Kurapati.
This commit is contained in:
@ -565,7 +565,7 @@ format_draw(struct screen_write_ctx *octx, const struct grid_cell *base,
|
||||
cp++;
|
||||
}
|
||||
|
||||
/* Draw the cell to th current screen. */
|
||||
/* Draw the cell to the current screen. */
|
||||
screen_write_cell(&ctx[current], &sy.gc);
|
||||
width[current] += ud->width;
|
||||
continue;
|
||||
|
Reference in New Issue
Block a user