mirror of
https://github.com/JakeWharton/mosaic.git
synced 2025-10-30 02:06:19 +08:00
Mosaic TTY
Low-level TTY manipulation library.
Windows
The way consoles work on Windows is painful, especially for testing.
When testing this module locally, I build an .exe and then run:
> start /min cmd /k "Z:\test.exe"
The console window cannot be visible, or regular key and mouse input interferes. So wait a few seconds, and then open it to see the results.