diff options
Diffstat (limited to 'screen-write.c')
-rw-r--r-- | screen-write.c | 1 |
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; |