diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2016-10-18 20:21:13 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2016-10-18 20:21:13 +0100 |
commit | 66d637be3d5a1c6b43105b16fbb7ac56311a20a1 (patch) | |
tree | 8171e3a1ae94cd741f6acaf98c252cd135fba469 /screen-write.c | |
parent | ba9f47c544264d0d268092c9471a8cac2d1ea19f (diff) | |
parent | 9b991a73012c653614027ddd132c8304c4abb858 (diff) | |
download | rtmux-66d637be3d5a1c6b43105b16fbb7ac56311a20a1.tar.gz rtmux-66d637be3d5a1c6b43105b16fbb7ac56311a20a1.tar.bz2 rtmux-66d637be3d5a1c6b43105b16fbb7ac56311a20a1.zip |
Merge branch 'master' of github.com:tmux/tmux
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; |