View Raw SPL
/* resets global color parameters to clasic colors */
_defcclr()
{
        /* set _GC vars, no redraw */
        classiccolors(0, 1);

        setvar("_hiactwin", castint(getconfdef("GUI_HIGHLIGHT_CAPTION")));
}