summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/popup.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@cvs.openbsd.org>2021-08-17 08:22:45 +0000
committerNicholas Marriott <nicm@cvs.openbsd.org>2021-08-17 08:22:45 +0000
commit9c925caa9a2e9f6a6ab1c7f28390ac29ab38e16d (patch)
tree483d65951121bb81c67db17ce7ae8a77b98133d7 /usr.bin/tmux/popup.c
parentd3bb71fe6440e4b388ea66b50083afa3553aab91 (diff)
Revert previous; this is not how it should work.
Diffstat (limited to 'usr.bin/tmux/popup.c')
-rw-r--r--usr.bin/tmux/popup.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/tmux/popup.c b/usr.bin/tmux/popup.c
index 6275ebbd6e8..8864da0dc76 100644
--- a/usr.bin/tmux/popup.c
+++ b/usr.bin/tmux/popup.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: popup.c,v 1.33 2021/08/17 07:14:33 nicm Exp $ */
+/* $OpenBSD: popup.c,v 1.34 2021/08/17 08:22:44 nicm Exp $ */
/*
* Copyright (c) 2020 Nicholas Marriott <nicholas.marriott@gmail.com>
@@ -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;