summaryrefslogtreecommitdiffstats
path: root/popup.c
diff options
context:
space:
mode:
authornicm <nicm>2021-08-17 08:22:44 +0000
committernicm <nicm>2021-08-17 08:22:44 +0000
commit1a7eb6ca9006208b8b76c6a2a5a92c66648c03da (patch)
treec673980bb6c3225e47b082bcacc2a9ca12a52a14 /popup.c
parent158f0e8c414e9525358189bd7135e12e6e6ada49 (diff)
Revert previous; this is not how it should work.
Diffstat (limited to 'popup.c')
-rw-r--r--popup.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/popup.c b/popup.c
index 33765d9b..d4fc3833 100644
--- a/popup.c
+++ b/popup.c
@@ -554,7 +554,6 @@ popup_job_update_cb(struct job *job)
if (size == 0)
return;
- tty_sync_start(&c->tty);
if (pd->md != NULL) {
c->overlay_check = menu_check_cb;
c->overlay_data = pd->md;