aboutsummaryrefslogtreecommitdiff
path: root/screen-redraw.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2020-04-20 17:43:20 +0100
committerThomas Adam <thomas@xteddy.org>2020-04-20 17:43:20 +0100
commit32c3fe40ebbc35285c2b0121dfb3dc5623f9fb73 (patch)
treeff0738166252ad1638a1e5351e1c86a9c08eca39 /screen-redraw.c
parentc706aadf52f746b695aed34297ad0a910d74eb1b (diff)
parent4a5182e6658907f876581fbcf4c774bf86d0d953 (diff)
downloadrtmux-32c3fe40ebbc35285c2b0121dfb3dc5623f9fb73.tar.gz
rtmux-32c3fe40ebbc35285c2b0121dfb3dc5623f9fb73.tar.bz2
rtmux-32c3fe40ebbc35285c2b0121dfb3dc5623f9fb73.zip
Merge branch 'obsd-master'
Diffstat (limited to 'screen-redraw.c')
-rw-r--r--screen-redraw.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/screen-redraw.c b/screen-redraw.c
index c9e70590..8e74fe97 100644
--- a/screen-redraw.c
+++ b/screen-redraw.c
@@ -458,7 +458,6 @@ screen_redraw_screen(struct client *c)
}
tty_reset(&c->tty);
- tty_sync_end(&c->tty);
}
/* Redraw a single pane. */
@@ -476,7 +475,6 @@ screen_redraw_pane(struct client *c, struct window_pane *wp)
screen_redraw_draw_pane(&ctx, wp);
tty_reset(&c->tty);
- tty_sync_end(&c->tty);
}
/* Draw a border cell. */