diff options
author | jdolecek <jdolecek> | 2002-02-07 07:43:54 +0000 |
---|---|---|
committer | jdolecek <jdolecek> | 2002-02-07 07:43:54 +0000 |
commit | e42260d0d988fc692c698146d5e3f2711b2baf8f (patch) | |
tree | c70936253037ffa995be9d275d12e31179ab827a | |
parent | 0ed6d074cd6aa1032bc33f182dd3aec5ce78e382 (diff) | |
download | pkgsrc-e42260d0d988fc692c698146d5e3f2711b2baf8f.tar.gz |
use description from pkg README
-rw-r--r-- | devel/p5-Term-ReadLine/DESCR | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/devel/p5-Term-ReadLine/DESCR b/devel/p5-Term-ReadLine/DESCR index c35f48dfb83..d4c4e18c0e5 100644 --- a/devel/p5-Term-ReadLine/DESCR +++ b/devel/p5-Term-ReadLine/DESCR @@ -1,5 +1,9 @@ -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. +Term::ReadLine::Gnu (TRG) is an implementation of the interface to +the GNU Readline Library. This module gives you input line editing +facility, input history management facility, word completion +facility, etc. It uses the real GNU Readline Library and has the +interface with the almost all variables and functions which are +documented in the GNU Readline/History Library. So you can program +your custom editing function, your custom completion function, and +so on with Perl. TRG may be useful for prototyping before programming +with C. |