diff options
author | Rob Hoelz <rob@hoelz.ro> | 2013-02-19 10:45:55 +0100 |
---|---|---|
committer | Rob Hoelz <rob@hoelz.ro> | 2013-02-19 10:45:55 +0100 |
commit | 4f718e4a3b956028703a89e2f6adeb76dff94bad (patch) | |
tree | 404092543c72ea3d9434210d67b009809e8778ab | |
parent | 90b99619c2eff28a62a336ab21e948100465ef81 (diff) | |
download | lua-term-4f718e4a3b956028703a89e2f6adeb76dff94bad.tar.gz lua-term-4f718e4a3b956028703a89e2f6adeb76dff94bad.tar.bz2 lua-term-4f718e4a3b956028703a89e2f6adeb76dff94bad.zip |
Suggest kikito's fork as an alternative
-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 | ||