Add scene generation parts of new screen redraw.

This commit is contained in:
Nicholas Marriott
2026-06-16 15:18:22 +01:00
parent 6549765930
commit 103cd8d983
3 changed files with 860 additions and 1326 deletions

3
tmux.h
View File

@@ -3387,7 +3387,8 @@ void screen_write_alternateoff(struct screen_write_ctx *,
/* screen-redraw.c */
void screen_redraw_screen(struct client *);
void screen_redraw_pane(struct client *, struct window_pane *, int);
void screen_redraw_pane(struct client *, struct window_pane *);
void screen_redraw_pane_scrollbar(struct client *, struct window_pane *);
/* screen.c */
void screen_init(struct screen *, u_int, u_int, u_int);