mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 22:43:58 +00:00
Break up and simplify screen_redraw_screen.
This commit is contained in:
2
tmux.h
2
tmux.h
@ -2084,7 +2084,7 @@ void screen_write_setselection(struct screen_write_ctx *, u_char *, u_int);
|
||||
void screen_write_rawstring(struct screen_write_ctx *, u_char *, u_int);
|
||||
|
||||
/* screen-redraw.c */
|
||||
void screen_redraw_screen(struct client *, int, int);
|
||||
void screen_redraw_screen(struct client *, int, int, int);
|
||||
void screen_redraw_pane(struct client *, struct window_pane *);
|
||||
|
||||
/* screen.c */
|
||||
|
Reference in New Issue
Block a user