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

docs: update

This commit is contained in:
Dylan Araps
2019-09-19 16:23:48 +03:00
parent d9565eec18
commit b713eafcbe

View File

@@ -25,7 +25,7 @@ Contrary to popular belief, there is no issue in utilizing raw escape sequences.
| `\e[5m` | Slow blink. |
| `\e[7m` | Swap foreground and background colors. |
| `\e[8m` | Hidden text. |
| `\e[9m` | Striket-hrough text. |
| `\e[9m` | Strike-through text. |
## Cursor Movement