summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Hoelz <rob@hoelz.ro>2013-02-19 10:45:55 +0100
committerRob Hoelz <rob@hoelz.ro>2013-02-19 10:45:55 +0100
commit4f718e4a3b956028703a89e2f6adeb76dff94bad (patch)
tree404092543c72ea3d9434210d67b009809e8778ab
parent90b99619c2eff28a62a336ab21e948100465ef81 (diff)
downloadlua-term-4f718e4a3b956028703a89e2f6adeb76dff94bad.tar.gz
lua-term-4f718e4a3b956028703a89e2f6adeb76dff94bad.tar.bz2
lua-term-4f718e4a3b956028703a89e2f6adeb76dff94bad.zip
Suggest kikito's fork as an alternative
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9dbff58..280093e 100644
--- a/README.md
+++ b/README.md
@@ -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
38Alternatives
39------------
40
41If you are looking to simply provide coloration to a terminal application and would
42like to use a more "tag-like" API (ex. `colors '%{red}hello%{reset}'`), there is a Lua rock
43named ansicolors: https://github.com/kikito/ansicolors.lua