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
Summary:
Implementation of interactive terminal, that never was implemented for windows.
First we remember console mode and disable `ENABLE_ECHO_INPUT` and `ENABLE_LINE_INPUT` to get input as soon as one or more characters are available. (see [documentation](https://learn.microsoft.com/en-us/windows/console/setconsolemode))
When disabling interactive terminal we simply restore original console mode
Reviewed By: ezgicicek
Differential Revision: D69985905
fbshipit-source-id: fb381766c1d2961f7e132ccf9cce87510d0acc3f
0 commit comments