Skip to content

Commit 6ab4c11

Browse files
committed
rewrite curses
1 parent 8617fc3 commit 6ab4c11

File tree

16 files changed

+888
-2665
lines changed

16 files changed

+888
-2665
lines changed

NOTICE.md

-8
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,6 @@ which can be obtained at:
2121
* HOMEPAGE:
2222
* http://pdcurses.org/
2323

24-
This product depends on 'lcurses/cui', Lua Console User Interface,
25-
which can be obtained at:
26-
27-
* LICENSE:
28-
* core/src/lcurses/LICENSE (MIT License)
29-
* HOMEPAGE:
30-
* http://lua-cui.sourceforge.net/
31-
3224
This product depends on 'libsv', Public domain semantic versioning in c,
3325
which can be obtained at:
3426

core/src/demo/makefile

-4
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ demo_CXFLAGS += -D__tb_prefix__=\"xmake\"
99
demo_LIBS += xmake$(DTYPE)
1010
demo_LIB_DIRS += ../xmake
1111

12-
# lcurses
13-
demo_LIBS += lcurses$(DTYPE)
14-
demo_LIB_DIRS += ../lcurses
15-
1612
# tbox
1713
tbox_DTYPE := $(if $(findstring tbox,$(base_LIBNAMES)),,$(DTYPE))
1814
demo_LIBS += tbox$(tbox_DTYPE)

core/src/lcurses/LICENSE

-20
This file was deleted.

0 commit comments

Comments
 (0)