Dec 102017
Text File: List of ANSI escape sequences. | |||
---|---|---|---|
File Name | File Size | Zip Size | Zip Type |
ANSICODE.DOC | 2081 | 698 | deflated |
Download File ANSICODE.ZIP Here
Contents of the ANSICODE.DOC file
ANSI escape sequences.
FOREGROUND COLORS
-----------------
BACKGROUND COLORS
-----------------
ATTRIBUTES
CURSOR POSITIONING
(i.e. to postion cursor at row 12 column 40 you would
send the code
n = number
Command stringing is allowed. For example, to change the screen to
bright yellow foreground on a blue background you would send the code:
Explanation:
0 = reset to normal characters
1 = set for bold characters
33 = set for yellow foreground characters
44 = set for blue background characters
m = terminator
---
December 10, 2017
Add comments