V10/ncurses/screen/nocrmode.c

#include "curses.ext"
/*	@(#) nocrmode.c: 1.1 10/15/83	(1.19	3/17/83)	*/

nocrmode()
{
	nocbreak();
}