Skip to content
Snippets Groups Projects
Commit 581b308f authored by deuce's avatar deuce
Browse files

Allow NetBSD to use native curses... idcok() doesn't need to be used at all

parent bc192562
Branches
Tags
No related merge requests found
......@@ -35,12 +35,7 @@ endif
ifeq ($(os),qnx)
CURSES_LDFLAGS += -lncurses
else
ifeq ($(os),netbsd)
CURSES_CFLAGS += -I/usr/pkg/include
CURSES_LDFLAGS += -lncurses
else
CURSES_LDFLAGS += -lcurses
endif
CURSES_LDFLAGS += -lcurses
endif
ifdef NEED_CURSES
......
......@@ -588,7 +588,6 @@ void initciowrap(long inmode)
nonl();
keypad(stdscr, TRUE);
scrollok(stdscr,FALSE);
idcok(stdscr,FALSE);
raw();
/* Set up color pairs */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment