-
- Downloads
Auto merge of #541 - Susurrus:more_termios, r=alexcrichton
Add cfmakeraw and cfsetspeed This includes implementations for Android. `cfsetspeed` is basically just a back-to-back call to `cfsetispeed` and `cfsetospeed`, both of which seem to do the same thing here, so I just copied that body as well for `cfsetspeed`. The implementation for `cfmakeraw` was taken from the man pages for `termios(3)`.
No related branches found
No related tags found
Please register or sign in to comment