openbsd-ports/devel/p5-Term-Screen/pkg/DESCR
margarida 789b325b54 Import p5-Term-Screen-1.02
--
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.

brad@ ok
2003-01-27 23:34:37 +00:00

7 lines
327 B
Plaintext

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.