Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v1_9_3_392) is shown here.
nocrmode()
public
Put the terminal into normal mode (out of cbreak mode).
See Curses.cbreak for more detail.
static VALUE
curses_nocbreak(VALUE obj)
{
curses_stdscr();
nocbreak();
return Qnil;
}