View Raw SPL
/* sets the first cursor x location */
setcurloc1(w, x)
{
        curput(w, x);
}