summaryrefslogtreecommitdiff
path: root/devel/p5-Term-ReadKey/DESCR
diff options
context:
space:
mode:
authorzuntum <zuntum>2001-11-01 00:57:41 +0000
committerzuntum <zuntum>2001-11-01 00:57:41 +0000
commit1a7910c33465b476d3c41c913d1231e547163689 (patch)
tree93b6296152ccfbaa88b43de043b2d69ce6e63fc5 /devel/p5-Term-ReadKey/DESCR
parent42b19e6a953914d5b4d08aa3bd1ba4ccb0c2f71e (diff)
downloadpkgsrc-1a7910c33465b476d3c41c913d1231e547163689.tar.gz
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'devel/p5-Term-ReadKey/DESCR')
-rw-r--r--devel/p5-Term-ReadKey/DESCR5
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/p5-Term-ReadKey/DESCR b/devel/p5-Term-ReadKey/DESCR
new file mode 100644
index 00000000000..c35f48dfb83
--- /dev/null
+++ b/devel/p5-Term-ReadKey/DESCR
@@ -0,0 +1,5 @@
+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.