1include start
2call OK start_color
3call OK assume_default_colors -1 -1
4call OK refresh
5compare color_start.chk
6# This should be the same as the default
7compare color_default.chk
8# default foreground, blue background
9call OK assume_default_colors -1 $COLOR_BLUE
10call OK refresh
11compare color_blue_back.chk
12# red foreground, default background
13call OK assume_default_colors $COLOR_RED -1
14call OK refresh
15compare color_red_fore.chk
16# back to default
17call OK assume_default_colors -1 -1
18call OK refresh
19compare color_default.chk
20