mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +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 */
|
c_ospeed: speed_t, /* output speed */
|
||||||
}
|
}
|
||||||
|
|
||||||
NCCS :: 20
|
NCCS :: 32
|
||||||
|
|
||||||
VINTR :: 0
|
VINTR :: 0
|
||||||
VQUIT :: 1
|
VQUIT :: 1
|
||||||
|
|||||||
Reference in New Issue
Block a user