mirror of
https://github.com/tmux/tmux.git
synced 2026-02-14 01:59:18 +00:00
Change overlay_ranges into visible_ranges.
This commit is contained in:
@@ -113,7 +113,8 @@ tty_draw_line(struct tty *tty, struct screen *s, u_int px, u_int py, u_int nx,
|
||||
struct colour_palette *palette)
|
||||
{
|
||||
struct grid *gd = s->grid;
|
||||
struct grid_cell gc, *gcp, ngc, last;
|
||||
const struct grid_cell *gcp;
|
||||
struct grid_cell gc, ngc, last;
|
||||
struct grid_line *gl;
|
||||
u_int i, j, last_i, cx, ex, width;
|
||||
u_int cellsize, bg;
|
||||
|
||||
Reference in New Issue
Block a user