Searched defs:crmode (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/games/warp/
H A Dterm.h207 #define crmode() ((bizarre=1),_tty.c_lflag &=~ICANON,_tty.c_cc[VMIN] = 1,tcsetattr(_tty_ch,TCSAFLUSH,&_tty)) macro
221 #define crmode() ((bizarre=1),_tty.sg_flags |= CBREAK, stty(_tty_ch,&_tty)) macro
/netbsd-current/lib/libcurses/
H A Dcurses.h93 #define crmode() cbreak() macro

Completed in 124 milliseconds