1272343Sngieinclude start
2272343Sngiecall OK start_color
3272343Sngiecall OK refresh
4272343Sngiecomparend color_start.chk
5272343Sngiecompare color_blank_draw.chk
6272343Sngiecall OK init_pair 4 $COLOR_RED $COLOR_GREEN
7272343Sngiecall OK color_set 4 0
8272343Sngiecall OK printw "%s" "testing"
9272343Sngiecall OK refresh
10272343Sngiecompare color_set.chk
11272343Sngie
12