playground/ffi/ffi_rawmode library

Classes

TermIOS

Constants

ALTWERASE → const int
BRKINT → const int
CIGNORE → const int
CS5 → const int
CS6 → const int
CS7 → const int
CS8 → const int
CSIZE → const int
ECHO → const int
ECHOCTL → const int
ECHOE → const int
ECHOK → const int
ECHOKE → const int
ECHONL → const int
ECHOPRT → const int
EXTPROC → const int
FLUSHO → const int
ICANON → const int
ICRNL → const int
IEXTEN → const int
IGNBRK → const int
IGNCR → const int
IGNPAR → const int
IMAXBEL → const int
INLCR → const int
INPCK → const int
ISIG → const int
ISTRIP → const int
IUTF8 → const int
IXANY → const int
IXOFF → const int
IXON → const int
NOFLSH → const int
NOKERNINFO → const int
ONLCR → const int
ONOEOT → const int
OPOST → const int
OXTABS → const int
PARMRK → const int
PENDIN → const int
STDERR_FILENO → const int
STDIN_FILENO → const int
STDOUT_FILENO → const int
TCSADRAIN → const int
TCSAFLUSH → const int
TCSANOW → const int
TOSTOP → const int
VMIN → const int
VTIME → const int

Functions

main() → void

Typedefs

tcgetattrDart = int Function(int fildes, Pointer<TermIOS> termios)
tcgetattrNative = Int32 Function(Int32 fildes, Pointer<TermIOS> termios)
tcsetattrDart = int Function(int fildes, int optional_actions, Pointer<TermIOS> termios)
tcsetattrNative = Int32 Function(Int32 fildes, Int32 optional_actions, Pointer<TermIOS> termios)