View Raw SPL
getyticoff(w)
{
        local style;

        if (argc < 1) w = refwindow(w0);

        style = getyticstyle(w);
        style = castint((style & 0x04) == 0x04);

        return(style);
}