From bb0892ad3dca43665f6e6cd8b28eac5df649a78f Mon Sep 17 00:00:00 2001 From: sal666 Date: Thu, 19 Sep 2019 13:54:40 +0200 Subject: [PATCH 1/2] Update chapter7.txt Add the sequences for hidden and strike-through text --- manuscript/chapter7.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manuscript/chapter7.txt b/manuscript/chapter7.txt index 8f4ad8c..2ea64e1 100644 --- a/manuscript/chapter7.txt +++ b/manuscript/chapter7.txt @@ -24,6 +24,8 @@ Contrary to popular belief, there is no issue in utilizing raw escape sequences. | `\e[4m` | Underline text. | | `\e[5m` | Slow blink. | | `\e[7m` | Swap foreground and background colors. | +| `\e[8m` | Hidden text. | +| `\e[9m` | Striket-hrough text. | ## Cursor Movement From faa484c273f484e0c37a3a33d9784df6eeaa3d1a Mon Sep 17 00:00:00 2001 From: sal666 Date: Thu, 19 Sep 2019 13:55:00 +0200 Subject: [PATCH 2/2] Update README.md Added the sequences for hidden and strike-through text in "Escape sequences > Text Attributes" --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7e4f9c0..8eafdd2 100644 --- a/README.md +++ b/README.md @@ -1169,6 +1169,8 @@ Contrary to popular belief, there is no issue in utilizing raw escape sequences. | `\e[4m` | Underline text. | | `\e[5m` | Slow blink. | | `\e[7m` | Swap foreground and background colors. | +| `\e[8m` | Hidden text. | +| `\e[9m` | Strike-through text. | ## Cursor Movement