Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
implement interactive terminal for windows
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
- Loading branch information