Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit bb0892a

Browse files
authored
Update chapter7.txt
Add the sequences for hidden and strike-through text
1 parent 6508ca0 commit bb0892a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

manuscript/chapter7.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ Contrary to popular belief, there is no issue in utilizing raw escape sequences.
2424
| `\e[4m` | Underline text. |
2525
| `\e[5m` | Slow blink. |
2626
| `\e[7m` | Swap foreground and background colors. |
27+
| `\e[8m` | Hidden text. |
28+
| `\e[9m` | Striket-hrough text. |
2729

2830

2931
## Cursor Movement

0 commit comments

Comments
 (0)