Ansi Library is mapped in two root tables Ansi and Term.
Ansi table is used for all ANSI escape codes and strictly ANSI escape codes related functions, Term table is used for a very basic terminal interface providing inout and output functions for the host console.
Ansi Root Table
Holds the library version string |
|
Holds the library build date |
|
Default ANSI escape string |
|
A table with the most common ANSI escape sequence strings |
|
Returns the escape sequence to delete <n> lines |
|
Returns the escape sequence to insert <n> lines |
|
Returns the escape sequence to clear <n> characters |
|
Returns the escape sequence to insert <n> characters |
|
Returns the escape sequence to delete <n> characters |
|
Returns the escape sequence to move the cursor to a given location |
|
Returns the escape sequence to move the cursor <n> lines up |
|
Returns the escape sequence to move the cursor <n> lines down |
|
Returns the escape sequence to move the cursor <n> columns right |
|
Returns the escape sequence to move the cursor <n> columns left |
|
True or False, used to switch ANSI on/off |
|
A table that defines the terminal normal messages colors |
|
A table that defines the terminal notice messages colors |
|
A table that defines the terminal warning messages colors |
|
A table that defines the terminal error messages colors |
|
A table that defines the terminal advice messages colors |
|
A table that defines the terminal quote messages colors |
|
A table that defines the terminal input messages colors |
|
A table used to define the terminal grid size |
|
Read input from the keyboard |
|
Print messages to the terminal |
|
Draw character line |
|
Draw a line with center text |
|
Test/Demo function |
Created with the Personal Edition of HelpNDoc: Free help authoring environment