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.7. 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.6:

* added mouse support from newer versions of termbox
* in the case of key events, either key or char are now nil instead of 0. * added termfx.copyregion, termfx.scrollregion and the same as buffer methods
* added termgfx.getcell() and buffer:getcell()
* fixed a bug in termfx.colorinfo() for NORMAL output mode.

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

or via luarocks install termfx.

Rgds,

Gunnar