1272343Sngieinclude start_color
2272343Sngiecall OK init_pair 3 $COLOR_YELLOW $COLOR_CYAN
3272343Sngiecall OK addch `\000d`
4272343Sngiecall OK chgat 5 $REVERSE 3 0
5272343Sngiecall OK refresh
6272343Sngiecompare chgat1.chk
7272343Sngiecall OK addch `\000e`
8272343Sngiecall OK refresh
9272343Sngiecompare chgat2.chk
10272343Sngiecall OK move 0 0
11272343Sngie# The following should apply the attribute and colour to the whole line
12272343Sngiecall OK chgat -1 $UNDERSCORE 3 0
13272343Sngiecall OK refresh
14272343Sngiecompare chgat3.chk
15272343Sngie 
16