aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--a8xd.14
-rw-r--r--a8xd.rst4
2 files changed, 4 insertions, 4 deletions
diff --git a/a8xd.1 b/a8xd.1
index 0d4efbd..fd7e743 100644
--- a/a8xd.1
+++ b/a8xd.1
@@ -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
diff --git a/a8xd.rst b/a8xd.rst
index 5cac012..e64551c 100644
--- a/a8xd.rst
+++ b/a8xd.rst
@@ -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.