aboutsummaryrefslogtreecommitdiff
path: root/screen-write.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2017-05-12 16:18:31 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2017-05-12 16:18:31 +0100
commit833100076403fedcad5936a3a16260dd0bb029de (patch)
tree6c95bdfa94d2d6370bbb9e895f73b320a3dfba9a /screen-write.c
parent20e30593a596056ba412924272040913b7ec2fd4 (diff)
parent2bff5e7867b4849019df04d77ecade300c6e3dce (diff)
downloadrtmux-833100076403fedcad5936a3a16260dd0bb029de.tar.gz
rtmux-833100076403fedcad5936a3a16260dd0bb029de.tar.bz2
rtmux-833100076403fedcad5936a3a16260dd0bb029de.zip
Merge branch '2.5-rc'
Diffstat (limited to 'screen-write.c')
-rw-r--r--screen-write.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/screen-write.c b/screen-write.c
index 894da4b7..1af623b1 100644
--- a/screen-write.c
+++ b/screen-write.c
@@ -630,7 +630,7 @@ screen_write_clearcharacter(struct screen_write_ctx *ctx, u_int nx, u_int bg)
screen_write_initctx(ctx, &ttyctx);
ttyctx.bg = bg;
- grid_view_clear(s->grid, s->cx, s->cy, nx, 1, 8);
+ grid_view_clear(s->grid, s->cx, s->cy, nx, 1, bg);
screen_write_collect_flush(ctx, 0);
ttyctx.num = nx;