View Raw SPL
/* sets the second cursor x location */
setcurloc2(w, x)
{
        curput(w, x, 2, 1);
}