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

  1. *** libcurses42/mvwin.c    Thu Nov 17 11:03:03 1983
  2. --- libcurses/mvwin.c    Wed May 30 22:23:12 1984
  3. ***************
  4. *** 12,14
  5.   
  6. !     if (by + win->_maxy > LINES || bx + win->_maxx > COLS)
  7.           return ERR;
  8.  
  9. --- 12,14 -----
  10.   
  11. !     if (by + win->_maxy > LINES || bx + win->_maxx > COLS || by<0 || bx<0)
  12.           return ERR;
  13.