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
Fix race condition during shutdoen under Windows (#2864)
The terminal writer thread could send escape sequences when the terminal
was unable to process then; i.e. when not in virtual mode.
The following fixes have been made.
- Switch the terminal to virtual mode before the writer thread is
started and any control sequences are queued to the writer thread.
- Wait for the writer thread to finish before switching the terminal
out of virtual mode.
0 commit comments