Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2016-10-09 18:01:10 +01:00
3 changed files with 38 additions and 23 deletions

1
tmux.h
View File

@ -2099,6 +2099,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 *);