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

  1. *** libcurses42/clrtobot.c    Thu Nov 17 11:03:12 1983
  2. --- libcurses/clrtobot.c    Wed Jul 24 13:29:44 1985
  3. ***************
  4. *** 3,5
  5.   /*
  6. !  *    This routine erases everything on the window.
  7.    *
  8.  
  9. --- 3,7 -----
  10.   /*
  11. !  *    This routine erases from the current position
  12. !  *    to the end of the window (inclusive).
  13. !  *    The current position remains unchanged.
  14.    *
  15. ***************
  16. *** 34,36
  17.       }
  18. !     win->_curx = win->_cury = 0;
  19.   }
  20.  
  21. --- 36,40 -----
  22.       }
  23. ! #ifdef    wantamess
  24. !     win->_curx=win->_cury=0;
  25. ! #endif
  26.   }
  27.