Merge branch 'master' of github.com:dylanaraps/pure-bash-bible

This commit is contained in:
Dylan Araps 2019-09-19 16:23:36 +03:00
commit d9565eec18
2 changed files with 4 additions and 0 deletions

View File

@ -1173,6 +1173,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

View File

@ -24,6 +24,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` | Striket-hrough text. |
## Cursor Movement