dcuddeback / termios-rs

Safe bindings for the termios library.
http://dcuddeback.github.io/termios-rs/termios/
MIT License
75 stars 25 forks source link

Fix some architecture wrong terminal control number in Linux #37

Open eatradish opened 1 year ago

eatradish commented 1 year ago

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.