Fixed
- The package now compiles on Linux: the termios raw-mode flag mask used
UInt, which matches Darwin'stcflag_tbut not Glibc'sUInt32. The mask now uses the platform-typedtcflag_talias directly.
No behavioural changes on macOS.
UInt, which matches Darwin's tcflag_t but not Glibc's UInt32. The mask now uses the platform-typed tcflag_t alias directly.No behavioural changes on macOS.