diff options
| -rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -34,3 +34,10 @@ Usage | |||
| 34 | term.cursor.save() -- save position | 34 | term.cursor.save() -- save position |
| 35 | term.cursor.restore() -- restore position | 35 | term.cursor.restore() -- restore position |
| 36 | ``` | 36 | ``` |
| 37 | |||
| 38 | Alternatives | ||
| 39 | ------------ | ||
| 40 | |||
| 41 | If you are looking to simply provide coloration to a terminal application and would | ||
| 42 | like to use a more "tag-like" API (ex. `colors '%{red}hello%{reset}'`), there is a Lua rock | ||
| 43 | named ansicolors: https://github.com/kikito/ansicolors.lua | ||
