Skip to content

Releases: osch/lua-nocurses

v0.1.0

18 Feb 08:59

Choose a tag to compare

  • 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

v0.0.2

15 Aug 06:44

Choose a tag to compare

Changes:

  • read multibyte key strokes
  • getkey function
  • hide/showcursor

v0.0.1

22 Apr 13:12

Choose a tag to compare

initial version