Handle ranges for panes which are outside the window to the left.

This commit is contained in:
nicm
2026-05-30 11:19:39 +00:00
parent b9d228c72f
commit f8ab7a5158
3 changed files with 5 additions and 4 deletions

2
tmux.h
View File

@@ -3306,7 +3306,7 @@ void screen_redraw_screen(struct client *);
void screen_redraw_pane(struct client *, struct window_pane *, int);
int screen_redraw_is_visible(struct visible_ranges *, u_int);
struct visible_ranges *screen_redraw_get_visible_ranges(struct window_pane *,
u_int, u_int, u_int, struct visible_ranges *);
int, int, u_int, struct visible_ranges *);
/* screen.c */
void screen_init(struct screen *, u_int, u_int, u_int);