=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.647 retrieving revision 1.648 diff -c -r1.647 -r1.648 *** src/usr.bin/tmux/tmux.h 2016/10/05 12:34:05 1.647 --- src/usr.bin/tmux/tmux.h 2016/10/09 16:24:34 1.648 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.647 2016/10/05 12:34:05 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.648 2016/10/09 16:24:34 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 2097,2102 **** --- 2097,2103 ---- 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 *);