=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tty.c,v retrieving revision 1.362 retrieving revision 1.363 diff -c -r1.362 -r1.363 *** src/usr.bin/tmux/tty.c 2020/04/20 15:37:32 1.362 --- src/usr.bin/tmux/tty.c 2020/04/21 06:32:40 1.363 *************** *** 1,4 **** ! /* $OpenBSD: tty.c,v 1.362 2020/04/20 15:37:32 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tty.c,v 1.363 2020/04/21 06:32:40 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 1491,1496 **** --- 1491,1497 ---- * Redraw is already deferred to redraw another pane - * redraw this one also when that happens. */ + log_debug("adding %%%u to deferred redraw", wp->id); wp->flags |= PANE_REDRAW; break; }