summaryrefslogtreecommitdiff
path: root/devel/p5-Term-ReadKey/pkg-descr
blob: 08fd29460947633885c1f91cbf8598a278ace2bd (plain) (blame)
1
2
3
4
5
6
7
8
       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.