2001-03-27 03:45:34 -05:00
|
|
|
This module, ReadKey, provides ioctl control for terminals and Win32
|
2001-03-28 04:59:37 -05:00
|
|
|
consoles so the input modes can be changed (thus allowing reads of
|
|
|
|
a single character at a time), and also provides non-blocking reads
|
|
|
|
of stdin, as well as several other terminal related features,
|
|
|
|
including retrieval/modification of the screen size, and
|
|
|
|
retrieval/modification of the control characters.
|