mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
a5b727886c
Refer to all modules using their /dist/Foo/ path instead of via the mishmash of old author path, new author path, module documentation, etc. This pass brought to you by loving, painstaking hand editing.
10 lines
540 B
Plaintext
10 lines
540 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. 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.
|
|
|
|
WWW: http://search.cpan.org/dist/Term-Screen/
|