Files
mosaic/mosaic-tty/README.md
2025-05-30 18:36:10 +00:00

382 B

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.