Enji Cooper 57718be8fa Import the NetBSD test suite from ^/vendor/NetBSD/tests/09.30.2014_20.45 ,
minus the vendor Makefiles

Provide directions for how to bootstrap the vendor sources in
FREEBSD-upgrade

MFC after 2 weeks
Discussed with: rpaulo
Sponsored by: EMC / Isilon Storage Division
2014-10-02 23:26:49 +00:00

16 lines
368 B
Plaintext

include start_color
call OK init_pair 3 $COLOR_YELLOW $COLOR_CYAN
call OK addch `\000d`
call OK chgat 5 $REVERSE 3 0
call OK refresh
compare chgat1.chk
call OK addch `\000e`
call OK refresh
compare chgat2.chk
call OK move 0 0
# The following should apply the attribute and colour to the whole line
call OK chgat -1 $UNDERSCORE 3 0
call OK refresh
compare chgat3.chk