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.
echo()
public
Enables characters typed by the user to be echoed by Curses.getch as they are typed.
static VALUE
curses_echo(VALUE obj)
{
curses_stdscr();
echo();
return Qnil;
}