Skip to content

v1.1.2 - Linux Compatibility Fix

Latest

Choose a tag to compare

@ivantokar ivantokar released this 15 Jul 10:18

Fixed

  • The package now compiles on Linux: the termios raw-mode flag mask used 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.