Add color.c, background.c, getyx.c.
This commit is contained in:
parent
70f4bbdc33
commit
60bee59cbe
|
@ -1,18 +1,18 @@
|
|||
# $NetBSD: Makefile,v 1.22 2000/04/11 13:57:08 blymn Exp $
|
||||
# $NetBSD: Makefile,v 1.23 2000/04/12 21:50:46 jdc Exp $
|
||||
# @(#)Makefile 8.2 (Berkeley) 1/2/94
|
||||
|
||||
CPPFLAGS+=#-DTFILE=\"/dev/ttyp0\"
|
||||
CPPFLAGS+=-D_CURSES_PRIVATE -I${.CURDIR}
|
||||
LIB= curses
|
||||
SRCS= addbytes.c addch.c addnstr.c acs.c attributes.c bell.c border.c box.c \
|
||||
clear.c clearok.c clrtobot.c clrtoeol.c cr_put.c ctrace.c cur_hash.c \
|
||||
curses.c delch.c deleteln.c delwin.c erase.c flushok.c fullname.c \
|
||||
getch.c getstr.c id_subwins.c idlok.c inch.c initscr.c insch.c \
|
||||
insdelln.c insertln.c keypad.c leaveok.c longname.c move.c mvwin.c \
|
||||
newwin.c nodelay.c notimeout.c overlay.c overwrite.c printw.c \
|
||||
putchar.c refresh.c scanw.c scroll.c scrollok.c setterm.c standout.c \
|
||||
timeout.c toucholap.c touchwin.c tscroll.c tstp.c tty.c unctrl.c \
|
||||
underscore.c
|
||||
SRCS= addbytes.c addch.c addnstr.c acs.c attributes.c background.c bell.c \
|
||||
border.c box.c clear.c clearok.c clrtobot.c clrtoeol.c color.c \
|
||||
cr_put.c ctrace.c cur_hash.c curses.c delch.c deleteln.c delwin.c \
|
||||
erase.c flushok.c fullname.c getch.c getstr.c getyx.c id_subwins.c \
|
||||
idlok.c inch.c initscr.c insch.c insdelln.c insertln.c keypad.c \
|
||||
leaveok.c longname.c move.c mvwin.c newwin.c nodelay.c notimeout.c \
|
||||
overlay.c overwrite.c printw.c putchar.c refresh.c scanw.c scroll.c \
|
||||
scrollok.c setterm.c standout.c timeout.c toucholap.c touchwin.c \
|
||||
tscroll.c tstp.c tty.c unctrl.c underscore.c
|
||||
MAN= curses.3
|
||||
INCS= curses.h unctrl.h wchar.h
|
||||
INCSDIR=/usr/include
|
||||
|
|
Loading…
Reference in New Issue