Releases: osch/lua-nocurses
Releases · osch/lua-nocurses
v0.1.0
- change behavior of getkey function: returns now false and input bytes,
if input bytes are not a special control key. - new function getxy for obtaining current cursor position
- new functions setraw/israw for controling raw input mode
- new functions clrtoeol, clrtoeos, gotox, up, down, left, right
- new table nocurses.seq for control key sequences