Home
last modified time | relevance | path

Searched refs:new_curse (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/ee/
H A Dmake.default3 # If building ee using curses, type "make curses", otherwise new_curse (a
4 # subset of curses that supports ee) will be built and ee will use new_curse
11 # The "clean" target ("make clean") will remove the ee and new_curse.o
18 # DEFINES is used for new_curse.c, and CFLAGS is used for ee.c.
21 # for System V, using new_curse with terminfo
24 # for BSD, using new_curse with termcap
27 # for BSD systems with select(), using new_curse with termcap, use:
42 ee : ee.o new_curse.o
43 cc -o ee ee.o new_curse.o $(CFLAGS)
45 ee.o : ee.c new_curse.h
[all …]
H A Dcreate.make272 ee : ee.o new_curse.o
273 cc -o ee ee.o new_curse.o \$(CFLAGS)
275 ee.o : ee.c new_curse.h
278 new_curse.o : new_curse.c new_curse.h
279 cc new_curse.c -c \$(DEFINES) \$(CFLAGS)
288 rm -f ee.o new_curse.o ee
H A DChanges13 - modified new_curse.c to handle different subdirectory naming in terminfo
31 - modified create.make and new_curse.c to allow defining TERMCAP file
38 - change to new_curse.c for proper raw mode operation
H A DREADME.ee71 new_curse, a subset of curses developed for use with ee. 'curses' often
75 The file new_curse.c contains a subset of 'curses', a package for
77 varies from system to system, so I developed new_curse to provide
82 of ee, it is recommended that you use new_curse rather than the curses
94 Both ee and new_curse were developed using K&R C (also known as "classic
H A DMakefile28 rm -f ee.o new_curse.o ee
H A Dnew_curse.c464 char *new_curse = "October 1987"; variable