From 6df51b42a82a6119b8f53099d7c19589fc94d300 Mon Sep 17 00:00:00 2001 From: Isaac Andrade Date: Mon, 19 Aug 2024 15:32:55 -0600 Subject: [PATCH] Fix termios NCCS size on linux. --- core/sys/posix/termios.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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