=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/screen-redraw.c,v retrieving revision 1.33 retrieving revision 1.34 diff -c -r1.33 -r1.34 *** src/usr.bin/tmux/screen-redraw.c 2015/10/27 15:58:42 1.33 --- src/usr.bin/tmux/screen-redraw.c 2015/12/15 00:00:01 1.34 *************** *** 1,4 **** ! /* $OpenBSD: screen-redraw.c,v 1.33 2015/10/27 15:58:42 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: screen-redraw.c,v 1.34 2015/12/15 00:00:01 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 331,339 **** continue; active = screen_redraw_check_is(i, j, type, w, w->active, wp); ! if (server_is_marked(s, s->curw, marked_window_pane) && screen_redraw_check_is(i, j, type, w, ! marked_window_pane, wp)) { if (active) tty_attributes(tty, &m_active_gc, NULL); else --- 331,339 ---- continue; active = screen_redraw_check_is(i, j, type, w, w->active, wp); ! if (server_is_marked(s, s->curw, marked_pane.wp) && screen_redraw_check_is(i, j, type, w, ! marked_pane.wp, wp)) { if (active) tty_attributes(tty, &m_active_gc, NULL); else