Retro68/Console
2020-01-13 00:20:40 +01:00
..
retro Tried to implement suggestions. 2020-01-13 00:20:40 +01:00
CMakeLists.txt Correct the name CMakeLists.txt 2020-01-13 00:10:49 +01:00
ConsoleTest.cc IConsole replaces Console. 2020-01-12 22:09:04 +01:00
readme.txt IConsole replaces Console. 2020-01-12 22:09:04 +01:00

    IConsole

This is a slightly improved version of Retro68's Console library, offering a
support for a subset of ANSI control sequences.

Here is a list of the supported sequences and their meaning:

ESC[0m          Reset all text style
ESC[1m          Bold font (*)
ESC[3m          Italic font
ESC[4m          Underline font


NOTES:
(*) Obtained with bold + condense style together, so that the character grid
remains regular (this way, the width of bold characters remains the same as 
regular ones).