curses.color_pair(color_number)
Return the attribute value for displaying text in the specified color. This attribute value can be combined with A_STANDOUT
, A_REVERSE
, and the other A_*
attributes. pair_number()
is the counterpart to this function.
Please login to continue.