diff --git a/core/sys/posix/termios.odin b/core/sys/posix/termios.odin index 6e8db10a2..1c820df2a 100644 --- a/core/sys/posix/termios.odin +++ b/core/sys/posix/termios.odin @@ -492,7 +492,7 @@ when ODIN_OS == .Darwin { c_ospeed: speed_t, /* output speed */ } - NCCS :: 20 + NCCS :: 32 VINTR :: 0 VQUIT :: 1