8000 GitHub - mateczagany/lcursesw: Lua bindings for Curses, with support for wide characters
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mateczagany/lcursesw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License

lcursesw

Forked from DavidFeng/lcursesw and made it compatible with Lua5.1, Lua5.2, Lua5.3 and LuaJIT.

lcurses is a curses binding for L 6AD4 ua 5.1, 5.2 and 5.3 (including LuaJIT).

lcurses is released under the MIT license, like Lua (see COPYING; it's basically the same as the BSD license). There is no warranty.

Unfortunately, there's currently no documentation other than lcurses.c. It's fairly straightforward, though.

Please report bugs and make suggestions by opening an issue on the github tracker.

Installation

You will need Lua headers for the Lua version you wish to build the module for in /usr/include/$(LUAV).
You can use your package manager to download the headers easily. On Ubuntu:

apt install liblua5.1-dev

You will also need ncursesw library. Easy way to install:

apt install libncursesw5-dev

Then, to build:

cd lcursesw
make test LUAV=lua5.1

Replace lua5.1 with the Lua version you wish to use. Use lua5.1 if you wish to use the module with LuaJIT

Bugs reports & patches

Please feel free to post any issues/questions in the GitHub issue tracker.

About

Lua bindings for Curses, with support for wide characters

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0