1
0
mirror of https://github.com/dylanaraps/pure-bash-bible.git synced 2025-09-02 11:52:44 +02:00

Update README.md

Added the sequences for hidden and strike-through text in "Escape sequences > Text Attributes"
This commit is contained in:
sal666
2019-09-19 13:55:00 +02:00
committed by GitHub
parent 6508ca0c9d
commit faa484c273

View File

@@ -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