This method is deprecated or moved on the latest stable version. The last existing version (v1_9_3_392) is shown here.
color_pair(p1)
Sets the color pair attributes to attrs.
This should be equivalent to Curses.attrset(COLOR_PAIR(attrs))
TODO: validate that equivalency
static VALUE curses_color_pair(VALUE obj, VALUE attrs) { return INT2FIX(COLOR_PAIR(NUM2INT(attrs))); }