dart_console/src/ffi/unix/termios library
Classes
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
- tcsadrain → const int
- tcsaflush → const int
- tcsanow → const int
- tostop → const int
- vmin → const int
- vtime → const int
Typedefs
- cc_t = UnsignedChar
- speed_t = UnsignedLong
- tcflag_t = UnsignedLong
-
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)