[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Is there a colour output module in Lua?
- From: Xavier Wang <weasley.wx@...>
- Date: Sat, 29 Sep 2012 18:02:26 +0800
Hi list,
I'm interesting in lua-repl. I think it can output colour text in a console. it can be done in windows with win32 api and linux with terminal-special-keys. But I'm wondering whether a cross-platform module to do colour output in lua like Color::Output[1] in Perl.
And if it not present, I think I can write one, so which API do you like is better?
Regards,
Xavier Wang.