cpmulator icon indicating copy to clipboard operation
cpmulator copied to clipboard

Remove stty usage

Open skx opened this issue 1 year ago • 0 comments

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".

skx avatar May 13 '24 03:05 skx