echo()
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; }