=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tty.c,v retrieving revision 1.274 retrieving revision 1.275 diff -u -r1.274 -r1.275 --- src/usr.bin/tmux/tty.c 2017/05/12 10:49:04 1.274 +++ src/usr.bin/tmux/tty.c 2017/05/12 10:50:11 1.275 @@ -1,4 +1,4 @@ -/* $OpenBSD: tty.c,v 1.274 2017/05/12 10:49:04 nicm Exp $ */ +/* $OpenBSD: tty.c,v 1.275 2017/05/12 10:50:11 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -1035,7 +1035,7 @@ void tty_cmd_clearcharacter(struct tty *tty, const struct tty_ctx *ctx) { - tty_attributes(tty, &grid_default_cell, ctx->wp); + tty_default_attributes(tty, ctx->wp, ctx->bg); tty_cursor_pane(tty, ctx, ctx->ocx, ctx->ocy);