mirror of
https://github.com/tmux/tmux.git
synced 2024-11-19 10:58:51 +00:00
grid_view_delete_cells does need to clear, GitHub issue 1871.
This commit is contained in:
parent
21fae50089
commit
5644d37876
@ -214,6 +214,7 @@ grid_view_delete_cells(struct grid *gd, u_int px, u_int py, u_int nx, u_int bg)
|
||||
sx = grid_view_x(gd, gd->sx);
|
||||
|
||||
grid_move_cells(gd, px, px + nx, py, sx - px - nx, bg);
|
||||
grid_clear(gd, sx - nx, py, px + nx - (sx - nx), 1, bg);
|
||||
}
|
||||
|
||||
/* Convert cells into a string. */
|
||||
|
Loading…
Reference in New Issue
Block a user