termios

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. struct termios
  2. struct termios
  3. struct termios
  4. struct termios
    version(!darwin && !linux && !FreeBSD && solaris)
    extern (C)
    struct termios {}

Members

Variables

c_cc
cc_t[NCCS] c_cc;
Undocumented in source.
c_cflag
tcflag_t c_cflag;
Undocumented in source.
c_iflag
tcflag_t c_iflag;
Undocumented in source.
c_lflag
tcflag_t c_lflag;
Undocumented in source.
c_oflag
tcflag_t c_oflag;
Undocumented in source.

Meta