nonl()
Disable the underlying display device to translate the return key into newline on input
See Curses.nl for more detail
static VALUE curses_nonl(VALUE obj) { curses_stdscr(); nonl(); return Qnil; }