diff options
author | Dylan Araps <dylan.araps@gmail.com> | 2019-09-19 14:55:03 +0300 |
---|---|---|
committer | Dylan Araps <dylan.araps@gmail.com> | 2019-09-19 14:55:03 +0300 |
commit | 5254f30e8d1ae0c56d008e1cf8e7b06224b08b8e (patch) | |
tree | 8a5ddfaa614606663edb67e8328e39642d97f997 | |
parent | 7408b72778bb027f6d2e33cd588eb0b496d374c3 (diff) | |
download | pure-sh-bible-5254f30e8d1ae0c56d008e1cf8e7b06224b08b8e.tar.gz pure-sh-bible-5254f30e8d1ae0c56d008e1cf8e7b06224b08b8e.zip |
docs: update
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |