From 1a7eb6ca9006208b8b76c6a2a5a92c66648c03da Mon Sep 17 00:00:00 2001 From: nicm Date: Tue, 17 Aug 2021 08:22:44 +0000 Subject: Revert previous; this is not how it should work. --- popup.c | 1 - 1 file changed, 1 deletion(-) (limited to 'popup.c') 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; -- cgit v1.2.3