mirror of
https://github.com/tmux/tmux.git
synced 2026-05-30 14:16:18 +00:00
Handle ranges for panes which are outside the window to the left.
This commit is contained in:
@@ -1129,7 +1129,7 @@ screen_write_redraw_line(struct screen_write_ctx *ctx, struct tty_ctx *ttyctx,
|
||||
struct screen *s = ctx->s;
|
||||
struct grid_cell gc, ngc;
|
||||
u_int sx = screen_size_x(s), cx, i, n;
|
||||
u_int xoff = wp->xoff, yoff = wp->yoff;
|
||||
int xoff = wp->xoff, yoff = wp->yoff;
|
||||
struct visible_ranges *r;
|
||||
struct visible_range *ri;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user