=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.196 retrieving revision 1.197 diff -c -r1.196 -r1.197 *** src/usr.bin/tmux/tmux.h 2009/12/17 17:39:56 1.196 --- src/usr.bin/tmux/tmux.h 2010/01/03 12:51:05 1.197 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.196 2009/12/17 17:39:56 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.197 2010/01/03 12:51:05 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 1083,1088 **** --- 1083,1089 ---- #define CLIENT_BAD 0x80 #define CLIENT_IDENTIFY 0x100 #define CLIENT_DEAD 0x200 + #define CLIENT_BORDERS 0x400 int flags; struct event identify_timer; *************** *** 1589,1594 **** --- 1590,1596 ---- void server_status_session(struct session *); void server_status_session_group(struct session *); void server_redraw_window(struct window *); + void server_redraw_window_borders(struct window *); void server_status_window(struct window *); void server_lock(void); void server_lock_session(struct session *); *************** *** 1749,1755 **** const struct grid_cell *, const struct utf8_data *); /* screen-redraw.c */ ! void screen_redraw_screen(struct client *, int); void screen_redraw_pane(struct client *, struct window_pane *); /* screen.c */ --- 1751,1757 ---- const struct grid_cell *, const struct utf8_data *); /* screen-redraw.c */ ! void screen_redraw_screen(struct client *, int, int); void screen_redraw_pane(struct client *, struct window_pane *); /* screen.c */