sunfishcode / mustang

Rust programs written entirely in Rust
Other
853 stars 24 forks source link

Implement `tcgetattr`, `cfmakeraw`, and `tcsetattr`. #183

Closed sunfishcode closed 1 year ago

sunfishcode commented 1 year ago

These are somewhat untidy, as I now think rustix should do more work to unify termios2 and termios. But this should work for now.