cpmulator
cpmulator copied to clipboard
Remove stty usage
As part of improving our input handling (specifically correctly dealing with blocking / non-blocking and the use of echo / no-echo) I added calls to stty.
This broke Windows builds, because the program isn't available there.
Add a go-lang native function for "EchoOn()" and "EchoOff()" and build for "everything".