# $File: //member/autrijus/Term-ANSIScreen/README $ $Author: autrijus $
# $Revision: #3 $ $Change: 3782 $ $DateTime: 2003/01/24 14:49:58 $
This is the README file for Term::ANSIScreen, a Term::ANSIColor clone
with supports for screen mode, cursor control and keyboard mapping
sequences.
The author (Autrijus Tang) is aware that the additional features are
largely superseded by Win32::Console and Curse-based modules, but
decides to write this for the poor souls still using ANSI.SYS on
DOSish platforms.
* Installation
Term::ANSIScreen uses the standard perl module install process:
cpansign -v # see the SIGNATURE file for details
perl Makefile.PL
make
make test
make install
* Copyright
Copyright 2001-2003 by Autrijus Tang <
[email protected]>,
Based on works of Zenin (
[email protected]),
Russ Allbery (
[email protected]).
All rights reserved. You can redistribute and/or modify
this bundle under the same terms as Perl itself.
See <
http://www.perl.com/perl/misc/Artistic.html>.