=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/screen-redraw.c,v retrieving revision 1.28 retrieving revision 1.29 diff -c -r1.28 -r1.29 *** src/usr.bin/tmux/screen-redraw.c 2014/11/14 02:19:47 1.28 --- src/usr.bin/tmux/screen-redraw.c 2015/02/06 15:09:34 1.29 *************** *** 1,4 **** ! /* $OpenBSD: screen-redraw.c,v 1.28 2014/11/14 02:19:47 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: screen-redraw.c,v 1.29 2015/02/06 15:09:34 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 275,281 **** screen_redraw_draw_borders(struct client *c, int status, u_int top) { struct window *w = c->session->curw->window; ! struct options *oo = &c->session->options; struct tty *tty = &c->tty; struct window_pane *wp; struct grid_cell active_gc, other_gc, msg_gc; --- 275,281 ---- screen_redraw_draw_borders(struct client *c, int status, u_int top) { struct window *w = c->session->curw->window; ! struct options *oo = &w->options; struct tty *tty = &c->tty; struct window_pane *wp; struct grid_cell active_gc, other_gc, msg_gc;