This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
unit ansiCRT; | |
(****************************************************************************** | |
This unit is emulating classic Pascal's CRT unit text color management and | |
cursor movement using ANSI Escape Code sequence. Keyboard input handling & | |
screen windowing is not possible. For keyboard input, better use the FPC's | |
Keyboard unit. | |
ANSI Escape Code list taken from: | |
https://en.wikipedia.org/wiki/ANSI_escape_code |