man 3 termios lists a ton of other bits that we could be toggling in the Unix drivers. Need to investigate whether any of these make sense to do for cooked and raw mode. For instance, while it seems to be on by default, we should probably still enforce IUTF8.
man 3 termios
lists a ton of other bits that we could be toggling in the Unix drivers. Need to investigate whether any of these make sense to do for cooked and raw mode. For instance, while it seems to be on by default, we should probably still enforceIUTF8
.