View Raw SPL
/* gets the first cursor x location */
getcurloc1(w)
{
        return(curloc(w, 1, 1));
}