EEK! termios mode wasn't activated..
Noticed by: Christian Weisgerber <naddy@mips.rhein-neckar.de>
This commit is contained in:
parent
847f605cad
commit
090e2faa81
@ -36,7 +36,7 @@ ONEUL= 1UL
|
||||
.PATH: ${NCURSES}/man
|
||||
|
||||
INCS= -I. -I${.CURDIR} -I${NCURSES}/ncurses -I${NCURSES}/include
|
||||
CFLAGS+=${INCS} -Wall -DFREEBSD_NATIVE -DNDEBUG -DHAVE_CONFIG_H
|
||||
CFLAGS+=${INCS} -Wall -DFREEBSD_NATIVE -DNDEBUG -DHAVE_CONFIG_H -DTERMIOS
|
||||
|
||||
GENSRC= \
|
||||
codes.c \
|
||||
|
@ -36,7 +36,7 @@ ONEUL= 1UL
|
||||
.PATH: ${NCURSES}/man
|
||||
|
||||
INCS= -I. -I${.CURDIR} -I${NCURSES}/ncurses -I${NCURSES}/include
|
||||
CFLAGS+=${INCS} -Wall -DFREEBSD_NATIVE -DNDEBUG -DHAVE_CONFIG_H
|
||||
CFLAGS+=${INCS} -Wall -DFREEBSD_NATIVE -DNDEBUG -DHAVE_CONFIG_H -DTERMIOS
|
||||
|
||||
GENSRC= \
|
||||
codes.c \
|
||||
|
Loading…
Reference in New Issue
Block a user