1
0
mirror of https://github.com/tmux/tmux.git synced 2025-04-18 18:28:47 +00:00

Start sync before drawing popup.

This commit is contained in:
nicm 2021-08-17 07:14:33 +00:00
parent 30786abe0e
commit 158f0e8c41

View File

@ -554,6 +554,7 @@ 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;