Next: Standard termios functions, Previous: The termios and miscellaneous library, Up: The termios and miscellaneous library [Contents][Index]
Termios functions form the bulk of the (ncurses extra)
library.
These are procedures that can query and modify the terminal attributes,
line control, and baud rate of scheme ports that use file descriptors.
There is a constant %has-termios
that can be use to check if,
at configure time, the library was compiled to include the termios capabilities.
Is #t
if the termios functionality is present.
#f
otherwise.