mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-18 00:48:23 +00:00
Fix termios NCCS size on linux.
This commit is contained in:
@@ -492,7 +492,7 @@ when ODIN_OS == .Darwin {
|
||||
c_ospeed: speed_t, /* output speed */
|
||||
}
|
||||
|
||||
NCCS :: 20
|
||||
NCCS :: 32
|
||||
|
||||
VINTR :: 0
|
||||
VQUIT :: 1
|
||||
|
||||
Reference in New Issue
Block a user