Uploaded July 2023 | Updated September 2026, 4 hours ago
I patched the Cool Retro Term to behave like it's a 19200 bps terminal. I also solved a bug, that showed up when it was streaming the data so slowly. The CTRL-C in most real terminals is a hardware interrupt that would flush the receive buffer.
So now I check for char 3 in the sendBuffer if that's there I flusg the receivBuffer and clear the Circular buffer, react immediately at a CTRl-C
I patched the Cool Retro Term to behave like it's a 19200 bps terminal. I also solved a bug, that showed up when it was streaming the data so slowly. The CTRL-C in most real terminals is a hardware interrupt that would flush the receive buffer.
So now I check for char 3 in the sendBuffer if that's there I flusg the receivBuffer and clear the Circular buffer, react immediately at a CTRl-C










