started working on escape sequences

This commit is contained in:
Dylan Araps
2018-06-18 23:23:37 +10:00
parent 418a0affe9
commit 0a223c523f

View File

@@ -1320,7 +1320,6 @@ Contrary to popular belief, there's no issue in using raw escape sequences. Usin
| `\e[3m` | Italic text. |
| `\e[4m` | Underline text. |
| `\e[5m` | Slow blink. |
| `\e[5m` | Slow blink. |
| `\e[7m` | Swap foreground and background colors. |