| Image-TextMode documentation | view source | Contained in the Image-TextMode distribution. |
Image::TextMode::Reader::AVATAR - Reads AVATAR files
Provides reading capabilities for the AVATAR format.
The reader implements all of the AVT/0 specification as well as the majority of the AVT/0+ specification. The main difference being that AVT/0+ character expansion is not re-interpreted, thus expansions containing further AVT/0 codes will simply be written as characters to the canvas.
Moves the cursor to $x, $y.
Moves the cursor up $y lines.
Moves the cursor down $y lines.
Moves the cursor left $x columns.
Moves the cursor right $x columns.
Scrolls box bound by ($x0, $y0) and ($x1, $y1) in direction
$dir (up or down), by $n lines.
Clears box bound from current cursor position for $rows rows and $cols
columns using $char as the character.
Clears all data on the canvas.
Clears the remainder of the current line.
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. |