From 8d026dcf4b0efe341d6b679e3f79ebed8754d061 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sat, 29 Jun 2024 21:49:24 -0400 Subject: a8xd: tweak doc. --- a8xd.1 | 4 ++-- a8xd.rst | 4 ++-- 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. -- cgit v1.2.3