COLOR_PAIR method

int COLOR_PAIR(
  1. int arg0
)

Implementation

int COLOR_PAIR(
  int arg0,
) {
  return _COLOR_PAIR(
    arg0,
  );
}