aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Term-Screen/pkg-descr
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-01-15 06:22:07 +0000
committerWill Andrews <will@FreeBSD.org>2001-01-15 06:22:07 +0000
commit2c2a194927002c913fad3547ab315455f6b792cb (patch)
treee56d4cebbebfc5495c590427b1e0756a5b7525af /devel/p5-Term-Screen/pkg-descr
parent93cbcc1bec732ef8a54680794c824f8366a2517f (diff)
Notes
Diffstat (limited to 'devel/p5-Term-Screen/pkg-descr')
-rw-r--r--devel/p5-Term-Screen/pkg-descr10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/p5-Term-Screen/pkg-descr b/devel/p5-Term-Screen/pkg-descr
new file mode 100644
index 000000000000..29a5ef991669
--- /dev/null
+++ b/devel/p5-Term-Screen/pkg-descr
@@ -0,0 +1,10 @@
+Term::Screen is a very simple screen positioning module that should work
+wherever `Term::Cap' does. It is set up for Unix using stty's but these
+dependences are isolated by evals in the `new' constructor. Thus you may
+create a child module implementing Screen with MS-DOS, ioctl, or other
+means to get raw and unblocked input. This is not a replacement for
+Curses -- it has no memory. This was written so that it could be easily
+changed to fit nasty systems, and to be available first thing.
+
+-- Ying-Chieh Liao
+ijliao@csie.nctu.edu.tw