mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
9 lines
493 B
Plaintext
9 lines
493 B
Plaintext
Term::ReadKey is a compiled perl module dedicated to
|
|
providing simple control over terminal driver modes
|
|
(cbreak, raw, cooked, etc.,) support for non-blocking
|
|
reads, if the architecture allows, and some generalized
|
|
handy functions for working with terminals. One of the
|
|
main goals is to have the functions as portable as
|
|
possible, so you can just plug in "use Term::ReadKey" on
|
|
any architecture and have a good likelyhood of it working.
|