Retro68/IConsole
2019-12-15 13:47:13 +01:00
..
retro Implement italic text, improve here and there. Add readme.txt, with list of supported ANSI commands. 2019-12-15 13:47:13 +01:00
IConsoleTest.cc Implement italic text, improve here and there. Add readme.txt, with list of supported ANSI commands. 2019-12-15 13:47:13 +01:00
readme.txt Implement italic text, improve here and there. Add readme.txt, with list of supported ANSI commands. 2019-12-15 13:47:13 +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:
(*) The bold font may be slightly larger that the normal font. Hence, the
character grid may not be perfectly regular if this font is used.