lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi,

this message is to announce the availability of TermFX 0.5. TermFX is a library
for fancy terminal output based on termbox.
It means to reduce the weirdness termbox has in places, and provide some
additional utilities like offscreen buffers.

New since version 0.4:

* added termfx.rgb2color(), termfx.grey2color() and termfx.colorinfo()
* added buf:printat() and buf:blit() methods
* added termfx.size() and buf:size()
* added elapsed field to event table returned from termfx.pollevent()
* made termfx.pollevent accept nil as timeout value, treating it as if
  none were given.
* more samples
* fixed incredibly stupid bug :(

You can get TermFX from http://www.tset.de/termfx

or via luarocks install termfx.

Rgds,

Gunnar