View Raw SPL

/* clear window label */
clearlabel(w)
{
        if (argc < 1) w = refwindow(w0);

        label(w);
}