=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tty.c,v retrieving revision 1.79 retrieving revision 1.80 diff -c -r1.79 -r1.80 *** src/usr.bin/tmux/tty.c 2009/12/14 21:33:38 1.79 --- src/usr.bin/tmux/tty.c 2009/12/26 10:39:02 1.80 *************** *** 1,4 **** ! /* $OpenBSD: tty.c,v 1.79 2009/12/14 21:33:38 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tty.c,v 1.80 2009/12/26 10:39:02 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 1231,1237 **** if (fg == tc->fg && bg == tc->bg && ((flags ^ tc->flags) & (GRID_FLAG_FG256|GRID_FLAG_BG256)) == 0) return; - log_debug("fg was %hhu, now %hhu", tc->fg, fg); /* * Is either the default colour? This is handled specially because the --- 1231,1236 ----