mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +00:00
Start sync before drawing popup.
This commit is contained in:
1
popup.c
1
popup.c
@ -554,6 +554,7 @@ popup_job_update_cb(struct job *job)
|
|||||||
if (size == 0)
|
if (size == 0)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
tty_sync_start(&c->tty);
|
||||||
if (pd->md != NULL) {
|
if (pd->md != NULL) {
|
||||||
c->overlay_check = menu_check_cb;
|
c->overlay_check = menu_check_cb;
|
||||||
c->overlay_data = pd->md;
|
c->overlay_data = pd->md;
|
||||||
|
Reference in New Issue
Block a user