bombadillo/cui
Hannu Hartikainen 60c1c6cff4 Replace calls to stty with <termios.h> cgo
This removes the dependency on `stty` and is the standard POSIX way of
modifying terminal state. It requires cgo, so cross-compiling might not
be trivial. Otherwise there are no additional dependencies brought in,
and this already supports all POSIXish platforms.

Fixes #154.
2020-05-23 16:09:47 +03:00
..
cui.go Replace calls to stty with <termios.h> cgo 2020-05-23 16:09:47 +03:00