You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Avoid a deadlock arising by zsh draining its output channel (i.e.
waiting for mc to read them), while mc is waiting over a different
channel for zsh's response to some magic keypresses to test the
persistent command line feature.
Fix this by making mc behave as it's expected from a terminal master:
still consuming incoming data while performing that other task.
The bug did not affect Linux because there draining the channel, at
least over local pseudoterminals, is a no-op, it does not actually
wait for the master side to read that data.
Signed-off-by: Egmont Koblinger <[email protected]>
0 commit comments