Break up and simplify screen_redraw_screen.

This commit is contained in:
nicm
2014-01-31 14:19:24 +00:00
parent 72d1be5ddd
commit 9f02feb9d0
3 changed files with 84 additions and 77 deletions

2
tmux.h
View File

@ -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 */