1272343Sngieinclude start
2272343Sngiecall OK start_color
3272343Sngiecall OK assume_default_colors -1 -1
4272343Sngiecall OK refresh
5272343Sngiecompare color_start.chk
6272343Sngie# This should be the same as the default
7272343Sngiecompare color_default.chk
8272343Sngie# default foreground, blue background
9272343Sngiecall OK assume_default_colors -1 $COLOR_BLUE
10272343Sngiecall OK refresh
11272343Sngiecompare color_blue_back.chk
12272343Sngie# red foreground, default background
13272343Sngiecall OK assume_default_colors $COLOR_RED -1
14272343Sngiecall OK refresh
15272343Sngiecompare color_red_fore.chk
16272343Sngie# back to default
17272343Sngiecall OK assume_default_colors -1 -1
18272343Sngiecall OK refresh
19272343Sngiecompare color_default.chk
20