termios-rs
termios-rs copied to clipboard
Exposing platform-specific `termios` fields
Is there a reason why the platform-specific fields of the termios
structure are not exposed?
For example, on Linux, the fields c_line
, c_ispeed
and c_ospeed
are declared private.
If this is unintentional, then should I create a pull request?