Package com.esturafd.jtoolkit.console.ansi
-
Interface Summary Interface Description Attribute Display attributes for text on ANSI compatible consoles (Linux, Cygwin, WSL)Sequence Execution sequence compatible with ANSI console (Linux, Cygwin, WSL), when printed in console they modify the behavior of the console, being able to move the cursor, delete already written text, color the text to be written, etc. -
Class Summary Class Description Cursor Help class in handling the cursor in an ANSI console, if the output corresponds to an ANSI compatible console (Linux), to move the course it can be done in this way: -
Enum Summary Enum Description Background List of colors supported by the text background on an ANSI consoleDisplay General or basic display attributesErase List of erase commands supported by ANSI consoleText List of colors supported by text on an ANSI console