termios-rs icon indicating copy to clipboard operation
termios-rs copied to clipboard

Fix some architecture wrong terminal control number in Linux

Open eatradish opened this issue 1 year ago • 0 comments

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.

eatradish avatar Sep 13 '23 06:09 eatradish