mirror of
https://github.com/tmux/tmux.git
synced 2025-04-23 04:48:47 +00:00
Zero dirty count after flushing.
This commit is contained in:
parent
c2f88373e7
commit
8763bced76
@ -130,6 +130,7 @@ screen_write_flush(struct screen_write_ctx *ctx)
|
|||||||
if (dirty == ctx->dirty)
|
if (dirty == ctx->dirty)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
ctx->dirty = 0;
|
||||||
|
|
||||||
s->cx = cx;
|
s->cx = cx;
|
||||||
s->cy = cy;
|
s->cy = cy;
|
||||||
|
Loading…
Reference in New Issue
Block a user