1include start
2call OK start_color
3call OK refresh
4comparend color_start.chk
5compare color_blank_draw.chk
6call OK init_pair 4 $COLOR_RED $COLOR_GREEN
7call OK color_set 4 0
8call OK printw "%s" "testing"
9call OK refresh
10compare color_set.chk
11
12