****************************************************************************
*         Amiga Ansi Codes; QUICK REVIEW LIST, v1.20 by: Dotoran!          *
****************************************************************************
       Remember, press ESC key TWICE when using within CNet's Editors.

ESC [ x   A - Cursor UP    "x" rows within same column.
ESC [ x   B - Cursor DOWN  "x" rows within same column.
ESC [ x   C - Cursor RIGHT "x" cols within same row.
ESC [ x   D - Cursor LEFT  "x" cols within same row.
ESC [ x   E - Cursor DOWN  "x" rows and into column 1.
ESC [ x   F - Cursor UP    "x" rows and into column 1.
ESC [ r   f - Move Cursor to Row "r", Column  1.  (Same as "H" Below)
ESC [  ;c f - Move Cursor to Row  1,  Column "c". (Same as "H" Below)
ESC [ r;c f - Move Cursor to Row "r", Column "c". (Same as "H" Below)
ESC [ r   H - Move Cursor to Row "r", Column  1.  (Same as "f" Above)
ESC [  ;c H - Move Cursor to Row  1,  Column "c". (Same as "f" Above)
ESC [ r;c H - Move Cursor to Row "r", Column "c". (Same as "f" Above)
ESC [     J - Erase from the Cursor to the BOTTOM of Screen. (Same as 3J)
ESC [ 1   J - Erase from HOME Position(Row 1, Column 1) to the Cursor.
ESC [ 2   J - Erase the ENTIRE Screen, then place Cursor to HOME Position.
ESC [ 3   J - Erase from the Cursor to the BOTTOM of Screen. (Same as J)
ESC [     K - Erase from the Cursor to the END of the Line. (Same as 3K)
ESC [ 1   K - Erase from the BEGINNING of the Line to the Cursor.
ESC [ 2   K - Erase the ENTIRE Line the Cursor is sitting in.
ESC [ 3   K - Erase from the Cursor to the END of the Line. (Same as K)
ESC [ x   L - Insert "x" Lines BELOW the Cursor.
ESC [ x   M - Delete "x" Lines STARTING at Line the Cursor is in.
ESC [     m - Colors, Screen Display Modes, etc. Described Fully Below.
ESC [ x   P - Pull (Delete) "x" Characters INTO the Cursor.
ESC [ x   S - Slide (Move) Contents of Screen UP "x" Rows.
ESC [     s - Save (Remember) Current Location(Row/Col) of the Cursor.
ESC [ r   t - Set the BOTTOM Border of the Screen to Row "r".
ESC [ x   T - Slide (Move) Contents of Screen DOWN "x" Rows.
ESC [     u - Use (Recall) Last Saved Location(Row/Col) of the Cursor.
ESC [ p   x - Move Cursor "p" Pixels to the RIGHT of Current Position.
ESC [ p   y - Move Cursor "p" Pixels BELOW the Current Position.
ESC [ x   @ - Insert "x" Characters AFTER the Cursor.

    Description of the "m" Style, ForeGround, BackGround Color Command:
============================================================================

ESC [s;f;b m - Change Visible Attributes of On Screen Text/Graphics.

        - "s" is Style, "f" is ForeGround, "b" is BackGround.

        - Text Styles:  0 - Normal Text (White Text On Black BackGround)
                        1 - Bright Text (The High 8 Colors: 9-f MCI's)
                        4 - UnderLined Text (Sometimes Called UnderScored)
                        5 - Bold Text (Flashing Text on IBM's)
                        7 - Reverse Text (ForeGround & BackGround Switch)

        - ForeGrounds: 30 - Black  Text   - BackGrounds: 40 - Black  Field
                       31 - Red    Text                  41 - Red    Field
                       32 - Green  Text                  42 - Green  Field
                       33 - Yellow Text                  43 - Yellow Field
                       34 - Blue   Text                  44 - Blue   Field
                       35 - Purple Text                  45 - Purple Field
                       36 - Cyan   Text                  46 - Cyan   Field
                       37 - White  Text                  47 - White  Field

****************************************************************************
*   ALL Above ANSI Codes FULLY TESTED Using CNet Amiga, v3.05c & Higher!   *
****************************************************************************
