mirror of
https://github.com/tmux/tmux.git
synced 2025-03-30 03:18:51 +00:00
Revert previous; this is not how it should work.
This commit is contained in:
parent
158f0e8c41
commit
1a7eb6ca90
1
popup.c
1
popup.c
@ -554,7 +554,6 @@ 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;
|
||||||
|
Loading…
Reference in New Issue
Block a user