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

Exposing platform-specific `termios` fields

Open koutheir opened this issue 3 years ago • 0 comments

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?

koutheir avatar Aug 27 '21 02:08 koutheir