This method is deprecated or moved on the latest stable version. The last existing version (v1_9_3_392) is shown here.
standend()
Enables the Normal display (no highlight)
This is equivalent to Curses.attron(A_NORMAL)
see also Curses::Window.attrset for additional information.
static VALUE curses_standend(VALUE obj) { curses_stdscr(); standend(); return Qnil; }