xref: /freebsd-src/contrib/netbsd-tests/lib/libcurses/tests/color_set (revision 9268022b74279434ed6300244e3f977e56a8ceb5)
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