curses.pair_content(pair_number)
Return a tuple (fg, bg)
containing the colors for the requested color pair. The value of pair_number must be between 1
and COLOR_PAIRS - 1
.
curses.pair_content(pair_number)
Return a tuple (fg, bg)
containing the colors for the requested color pair. The value of pair_number must be between 1
and COLOR_PAIRS - 1
.
Please login to continue.