1include start_color
2call OK init_pair 3 $COLOR_YELLOW $COLOR_CYAN
3call OK addch `\000d`
4call OK chgat 5 $REVERSE 3 0
5call OK refresh
6compare chgat1.chk
7call OK addch `\000e`
8call OK refresh
9compare chgat2.chk
10call OK move 0 0
11# The following should apply the attribute and colour to the whole line
12call OK chgat -1 $UNDERSCORE 3 0
13call OK refresh
14compare chgat3.chk
15 
16