aboutsummaryrefslogtreecommitdiff
path: root/input.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-05-12 14:01:17 +0100
committerThomas Adam <thomas@xteddy.org>2017-05-12 14:01:17 +0100
commit7f813dcb6a71b69c06b51a9f28a5319785504e9a (patch)
treeed6d26c9c8608180361fb22ec56f7114419675bb /input.c
parent1cdc4568bd1e5feebaa4b3b9c9611ef406b39a21 (diff)
parent60f7b05c0c9fbee371dac86229d888aed7b0e7f6 (diff)
downloadrtmux-7f813dcb6a71b69c06b51a9f28a5319785504e9a.tar.gz
rtmux-7f813dcb6a71b69c06b51a9f28a5319785504e9a.tar.bz2
rtmux-7f813dcb6a71b69c06b51a9f28a5319785504e9a.zip
Merge branch 'obsd-master'
Diffstat (limited to 'input.c')
-rw-r--r--input.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/input.c b/input.c
index 34fa7a9c..22dd1ee2 100644
--- a/input.c
+++ b/input.c
@@ -1308,7 +1308,8 @@ input_csi_dispatch(struct input_ctx *ictx)
}
break;
case INPUT_CSI_ECH:
- screen_write_clearcharacter(sctx, input_get(ictx, 0, 1, 1));
+ screen_write_clearcharacter(sctx, input_get(ictx, 0, 1, 1),
+ ictx->cell.cell.bg);
break;
case INPUT_CSI_DCH:
screen_write_deletecharacter(sctx, input_get(ictx, 0, 1, 1),