summaryrefslogtreecommitdiff
path: root/src/layer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/layer.c')
-rw-r--r--src/layer.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/layer.c b/src/layer.c
index fd00063..d581671 100644
--- a/src/layer.c
+++ b/src/layer.c
@@ -335,7 +335,13 @@ int x, y;
#endif
if (l->l_pause.d)
- LayPauseUpdateRegion(l, x, x, y, y);
+ LayPauseUpdateRegion(l, x,
+#ifdef DW_CHARS
+ x + (c->mbcs ? 1 : 0)
+#else
+ x
+#endif
+ , y, y);
FOR_EACH_UNPAUSED_CANVAS(l,
{