diff options
author | Daniel LEVAI <leva@ecentrum.hu> | 2010-11-16 07:31:35 +0000 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-11-22 19:44:57 +0100 |
commit | 3fb6fe8bcbf82f2b8938c13b8361f7476d663a4a (patch) | |
tree | 545985ece9fb10e47a739fc401190cfdc2d7cc89 /libraries/perl-TermReadKey/README | |
parent | 71928f9a44429ba6610631ec229bd0d5581e5c62 (diff) |
libraries/perl-TermReadKey: Added. (module for terminal control)
Signed-off-by: Michiel van Wessem <michiel@slackbuilds.org>
Diffstat (limited to 'libraries/perl-TermReadKey/README')
-rw-r--r-- | libraries/perl-TermReadKey/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/perl-TermReadKey/README b/libraries/perl-TermReadKey/README new file mode 100644 index 0000000000..2a8706305d --- /dev/null +++ b/libraries/perl-TermReadKey/README @@ -0,0 +1,9 @@ +Term::ReadKey - A perl module for simple terminal control + +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. |