=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/screen-write.c,v retrieving revision 1.187 retrieving revision 1.188 diff -c -r1.187 -r1.188 *** src/usr.bin/tmux/screen-write.c 2020/07/21 05:24:33 1.187 --- src/usr.bin/tmux/screen-write.c 2020/11/09 08:42:43 1.188 *************** *** 1,4 **** ! /* $OpenBSD: screen-write.c,v 1.187 2020/07/21 05:24:33 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: screen-write.c,v 1.188 2020/11/09 08:42:43 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 1551,1557 **** TAILQ_FOREACH_SAFE(ci, &cl->items, entry, tmp) { screen_write_set_cursor(ctx, ci->x, y); if (ci->type == CLEAR_END) { - log_debug("XXX %u %u", ci->x, ci->bg); screen_write_initctx(ctx, &ttyctx, 1); ttyctx.bg = ci->bg; tty_write(tty_cmd_clearendofline, &ttyctx); --- 1551,1556 ----