add ui views

This commit is contained in:
ruki
2018-11-19 22:48:45 +08:00
parent 4a0792c7b0
commit dcc76e8f52
39 changed files with 5570 additions and 11 deletions

View File

@@ -2352,7 +2352,6 @@ __export int luaopen_ltui_curses (lua_State *L)
return 1;
}
/* initialize the character map table with the known values after
** curses initialization (for ACS_xxx values) */
static void init_ascii_map()