home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume2 / window / part4 / move.c.pat < prev    next >
Encoding:
Text File  |  1986-11-30  |  312 b   |  15 lines

  1. *** libcurses42/move.c    Thu Nov 17 11:03:14 1983
  2. --- libcurses/move.c    Wed Jul 24 13:25:47 1985
  3. ***************
  4. *** 14,15
  5.   # endif
  6.       if (x >= win->_maxx || y >= win->_maxy)
  7.  
  8. --- 14,19 -----
  9.   # endif
  10. + #ifndef wantamess
  11. +     if (x < 0 || y < 0)
  12. +         return(ERR);
  13. + #endif
  14.       if (x >= win->_maxx || y >= win->_maxy)
  15.