Files
mosaic/mosaic-tty
2025-06-21 02:12:34 +00:00
..
2025-05-09 14:29:18 +00:00
2025-06-21 02:12:34 +00:00
2025-06-20 20:13:49 +00:00
2025-05-30 18:36:10 +00:00
2025-05-30 18:36:10 +00: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.