|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 361 (0x169) Types: TextFile Names: »deleteln.c.pat«
└─⟦87ddcff64⟧ Bits:30001253 CPHDIST85 Tape, 1985 Autumn Conference Copenhagen └─⟦this⟧ »cph85dist/new_curses/deleteln.c.pat«
*** 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 */ }