| Image-TextMode documentation | view source | Contained in the Image-TextMode distribution. |
$S_TXT)Image::TextMode::Reader::ANSI - Reads ANSI files
Provides reading capabilities for the ANSI format.
$S_TXT)Moves the cursor to $x, $y.
Sets the default attribute information (fg and bg).
Moves the cursor up $y lines.
Moves the cursor down $y lines.
Moves the cursor left $x columns.
Moves the cursor right $x columns.
Saves the current cursor position.
Restores the saved cursor position.
Clears all data on the canvas.
Clears the line at $y.
Simulates a \n character.
Simulates a \t character.
Stores $char at position $x, $y with either the supplied attribute
or the current attribute setting.
Brian Cassidy <bricas@cpan.org>
Copyright 2008-2011 by Brian Cassidy
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Image-TextMode documentation | view source | Contained in the Image-TextMode distribution. |