blob: c35f48dfb83310d504bf9ecc4a8511f13c8664d3 (
plain)
1
2
3
4
5
|
The ReadKey module provides ioctl control for terminals 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.
|