refresh()
Refreshes the windows and lines.
static VALUE curses_refresh(VALUE obj) { curses_stdscr(); refresh(); return Qnil; }