1include start
2call OK addstr "this is a test"
3# background attributes set to standout and A for space
4cchar BKGND $STANDOUT "A"
5call OK bkgrndset $BKGND
6call OK refresh
7compare bkgrndset1.chk
8call OK erase
9call OK refresh
10compare bkgrndset2.chk
11