home *** CD-ROM | disk | FTP | other *** search
- *** libcurses42/deleteln.c Thu Nov 17 11:02:56 1983
- --- libcurses/deleteln.c Sat Jul 6 14:14:20 1985
- ***************
- *** 24,25
- win->_y[win->_maxy-1] = temp - win->_maxx;
- }
-
- --- 24,27 -----
- win->_y[win->_maxy-1] = temp - win->_maxx;
- + win->_firstch[win->_maxy-1] = 0; /* Mike Laman (?) */
- + win->_lastch[win->_maxy-1] = win->_maxx -1; /* ditto */
- }
-