mirror of
https://github.com/tmux/tmux.git
synced 2025-09-04 23:56:58 +00:00
Make the CLIENT_STATUS flag imply that pane status lines are redrawn if
they are enabled and break the actual screen generation code into a separate function. Fixes problems reported by Romain Francoise.
This commit is contained in:
1
tmux.h
1
tmux.h
@ -2097,6 +2097,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_update(struct client *);
|
||||
void screen_redraw_screen(struct client *, int, int, int);
|
||||
void screen_redraw_pane(struct client *, struct window_pane *);
|
||||
|
||||
|
Reference in New Issue
Block a user