diff options
Diffstat (limited to 'perl/perl-TermReadKey/slack-desc')
-rw-r--r-- | perl/perl-TermReadKey/slack-desc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/perl/perl-TermReadKey/slack-desc b/perl/perl-TermReadKey/slack-desc new file mode 100644 index 0000000000..c4e690c9b0 --- /dev/null +++ b/perl/perl-TermReadKey/slack-desc @@ -0,0 +1,16 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +perl-TermReadKey: perl-TermReadKey (A perl module for simple terminal control) +perl-TermReadKey: +perl-TermReadKey: Term::ReadKey is a compiled perl module dedicated to providing simple +perl-TermReadKey: control over terminal driver modes (cbreak, raw, cooked, etc.,) +perl-TermReadKey: support for non-blocking reads, if the architecture allows, and some +perl-TermReadKey: generalized handy functions for working with terminals. +perl-TermReadKey: +perl-TermReadKey: Homepage: http://search.cpan.org/~kjalb/TermReadKey-2.14/ |