]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - contrib/netbsd-tests/lib/libcurses/tests/chgat
- 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 / chgat
1 include start_color
2 call OK init_pair 3 $COLOR_YELLOW $COLOR_CYAN
3 call OK addch `\000d`
4 call OK chgat 5 $REVERSE 3 0
5 call OK refresh
6 compare chgat1.chk
7 call OK addch `\000e`
8 call OK refresh
9 compare chgat2.chk
10 call OK move 0 0
11 # The following should apply the attribute and colour to the whole line
12 call OK chgat -1 $UNDERSCORE 3 0
13 call OK refresh
14 compare chgat3.chk
15