summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Term-ReadLine/DESCR14
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.