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