4 /****************************************************************/
5 /* Wmove() moves the cursor in window 'win' to position (x,y). */
6 /****************************************************************/
13 if ((x
<0) || (x
>win
->_maxx
) || (y
<win
->_regtop
) || (y
>win
->_regbottom
))