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.
standend()
public
Enables the Normal display (no
highlight)
This is equivalent to Curses::Window.attron(A_NORMAL)
see also Curses::Window.attrset
static VALUE
window_standend(VALUE obj)
{
struct windata *winp;
GetWINDOW(obj, winp);
wstandend(winp->window);
return Qnil;
}