diff options
-rw-r--r-- | a8xd.1 | 4 | ||||
-rw-r--r-- | a8xd.rst | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -52,8 +52,8 @@ punctuation. .IP \(bu 2 Codes \fB$00\fP (null, or ATASCII heart) and \fB$9B\fP (EOL) are red. .IP \(bu 2 -Control characters are yellow. This includes codes \fB$01\fP to \fB$1F\fP, -(control + letters, escape, punctuation, and arrow keys), \fB$60\fP, \fB$7B\fP, \fB$7D\fP +Control characters are yellow. This includes codes \fB$01\fP to \fB$1F\fP +(control + letters/punctuation, escape, and arrow keys), \fB$60\fP, \fB$7B\fP, \fB$7D\fP (clear screen), \fB$7E\fP (backspace), and \fB$7F\fP (tab). .UNINDENT .UNINDENT @@ -30,8 +30,8 @@ By default, the output is colorized: - Codes **$00** (null, or ATASCII heart) and **$9B** (EOL) are red. - - Control characters are yellow. This includes codes **$01** to **$1F**, - (control + letters, escape, punctuation, and arrow keys), **$60**, **$7B**, **$7D** + - Control characters are yellow. This includes codes **$01** to **$1F** + (control + letters/punctuation, escape, and arrow keys), **$60**, **$7B**, **$7D** (clear screen), **$7E** (backspace), and **$7F** (tab). The colors and inverse rendering apply to both the ATASCII and hex bytes. |