DEFAULTCOLOR
char color[50] = DEFAULTCOLOR; /* current color */
strcpy(color, DEFAULTCOLOR);
if ( strcmp(color, DEFAULTCOLOR) != 0 )