mirror of
https://github.com/simh/simh.git
synced 2026-04-20 01:33:02 +00:00
Windows 10 finally supports ANSI escape sequences in console applications. Simulators may output appropriate sequences and get useful results, however, timing of the bytes in the output stream to the console device matters. This change buffers the data in escape sequences for up to 8ms or until another escape sequence is presented for output. Once the 8ms elapses, then all output characters are presented to the windows console subsystem together so they can be properly interpreted.
117 KiB
117 KiB