aboutsummaryrefslogtreecommitdiff
path: root/screen-write.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2016-10-18 12:01:10 +0100
committerThomas Adam <thomas@xteddy.org>2016-10-18 12:01:10 +0100
commit8576ecaf322e5828c86e9621015d68e755c0323b (patch)
treefbf6d39f1c743c1b272dc35c2d3086a8b99552f5 /screen-write.c
parentb3ab39c4d94a0d5785de069ba428a8ad53a0af20 (diff)
parent2e5c49a1fd8c534d546899f7c133a0adf212a7d1 (diff)
downloadrtmux-8576ecaf322e5828c86e9621015d68e755c0323b.tar.gz
rtmux-8576ecaf322e5828c86e9621015d68e755c0323b.tar.bz2
rtmux-8576ecaf322e5828c86e9621015d68e755c0323b.zip
Merge branch 'obsd-master'
Diffstat (limited to 'screen-write.c')
-rw-r--r--screen-write.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/screen-write.c b/screen-write.c
index 95caabce..d5fc1dee 100644
--- a/screen-write.c
+++ b/screen-write.c
@@ -130,6 +130,7 @@ screen_write_flush(struct screen_write_ctx *ctx)
if (dirty == ctx->dirty)
break;
}
+ ctx->dirty = 0;
s->cx = cx;
s->cy = cy;