termios-rs
termios-rs copied to clipboard
Fix some architecture wrong terminal control number in Linux
Terminal control variables defined in src/os/linux.rs
are not compatible is for some architectures (MIPS for example), libc constants offers more compatible alternative for them.