ltui icon indicating copy to clipboard operation
ltui copied to clipboard

πŸ– A cross-platform terminal ui library based on Lua

Results 5 ltui issues
Sort by recently updated
recently updated
newest added

Do you plan utf8 support?

feature request

### Is your feature request related to a problem? Please describe. Project could benefit from more thorough documentation. Demo examples are nice, but I think it could be better to...

feature request

### Describe the bug While building with xmake, there's an error in curses.c . error: implicit declaration of function β€˜luaL_setfuncs’. This might be because the function luaL_setfuncs is not properly...

I added some labels into the window, but text is hidden or something. ``` local ltui = require("ltui") local application = ltui.application local event = ltui.event local rect = ltui.rect...