#ifdef MSDOS set_color("normal", "white", "blue"); set_color("status", "black", "lightgray"); set_color("region", "yellow", "magenta"); #else x_set_color ("normal", "black", "white"}; x_set_color ("cursor", "green", "red"); x_set_color ("status", "black", "skyblue"); x_set_color ("region", "deeppink", "white"); #endif