From 5254f30e8d1ae0c56d008e1cf8e7b06224b08b8e Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 19 Sep 2019 14:55:03 +0300 Subject: [PATCH] docs: update --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b9dc81e..c6a4b55 100644 --- a/README.md +++ b/README.md @@ -617,6 +617,8 @@ Contrary to popular belief, there is no issue in utilizing raw escape sequences. | `\033[4m` | Underline text. | | `\033[5m` | Slow blink. | | `\033[7m` | Swap foreground and background colors. | +| `\033[8m` | Hidden text. | +| `\033[9m` | Strike-through text. | ## Cursor Movement