ANSI Escape Sequences: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=External= * https://en.wikipedia.org/wiki/ANSI_escape_code =Internal= * Log Processing =Overview=")
 
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:


* https://en.wikipedia.org/wiki/ANSI_escape_code
* https://en.wikipedia.org/wiki/ANSI_escape_code
* https://en.wikipedia.org/wiki/Control_character
* https://en.wikipedia.org/wiki/Escape_sequence


=Internal=
=Internal=
Line 8: Line 10:


=Overview=
=Overview=
ISO/IEC 6429
They are named "escape" sequences because they all start with the ESC character (27, hex 01B, octal 033). <font color=darkgray>Continue ...</font>

Latest revision as of 00:35, 24 May 2018

External

Internal

Overview

ISO/IEC 6429

They are named "escape" sequences because they all start with the ESC character (27, hex 01B, octal 033). Continue ...