October 18, 2010
color_pair added to widget

Now we may directly pass a color_pair to a widget when creating. This way we can create one color_pair and pass it to multiple widgets, rather than passing actual colors to each. Also, this is a tad more efficient since the color won’t be calculated each time a repaint is done.