home *** CD-ROM | disk | FTP | other *** search
- *** libcurses42/clrtobot.c Thu Nov 17 11:03:12 1983
- --- libcurses/clrtobot.c Wed Jul 24 13:29:44 1985
- ***************
- *** 3,5
- /*
- ! * This routine erases everything on the window.
- *
-
- --- 3,7 -----
- /*
- ! * This routine erases from the current position
- ! * to the end of the window (inclusive).
- ! * The current position remains unchanged.
- *
- ***************
- *** 34,36
- }
- ! win->_curx = win->_cury = 0;
- }
-
- --- 36,40 -----
- }
- ! #ifdef wantamess
- ! win->_curx=win->_cury=0;
- ! #endif
- }
-