termio

Undocumented in source.

Members

Functions

cfmakeraw
void cfmakeraw(termios* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ttclose
void ttclose()
Undocumented in source. Be warned that the author may not have intended to support it.
ttflush
void ttflush()
Undocumented in source. Be warned that the author may not have intended to support it.
ttgetc
int ttgetc()
Undocumented in source. Be warned that the author may not have intended to support it.
ttkeysininput
int ttkeysininput()

Return TRUE if there are unread chars ready in the input.

ttopen
void ttopen()
Undocumented in source. Be warned that the author may not have intended to support it.
ttputc
void ttputc(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
ttwaitkeys
void ttwaitkeys()

Return when there are unread chars ready in the input.

ttyield
void ttyield()

Variables

nstate
termios nstate;
Undocumented in source.
ostate
termios ostate;
Undocumented in source.

Meta