noraw()
Put the terminal out of raw mode.
see Curses.raw for more detail
static VALUE curses_noraw(VALUE obj) { curses_stdscr(); noraw(); return Qnil; }