Merge pull request #74 from sal666/patch-1

Update chapter7.txt
This commit is contained in:
black 2019-09-19 14:56:10 +03:00 committed by GitHub
commit a0c6c2090e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

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