]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - contrib/netbsd-tests/lib/libcurses/tests/color_set
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / contrib / netbsd-tests / lib / libcurses / tests / color_set
1 include start
2 call OK start_color
3 call OK refresh
4 comparend color_start.chk
5 compare color_blank_draw.chk
6 call OK init_pair 4 $COLOR_RED $COLOR_GREEN
7 call OK color_set 4 0
8 call OK printw "%s" "testing"
9 call OK refresh
10 compare color_set.chk
11