|
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 - download
Length: 413 (0x19d) Types: TextFile Names: »overlay.c.pat«
└─⟦87ddcff64⟧ Bits:30001253 CPHDIST85 Tape, 1985 Autumn Conference Copenhagen └─ ⟦this⟧ »cph85dist/new_curses/overlay.c.pat«
*** libcurses42/overlay.c Thu Nov 17 11:03:04 1983 --- libcurses/overlay.c Sat Jul 6 14:13:04 1985 *************** *** 24,26 endx = min(win1->_maxx, win2->_maxx) - win1->_begx - 1; ! for (y = starty; y < endy; y++) { end = &win1->_y[y][endx]; --- 24,26 ----- endx = min(win1->_maxx, win2->_maxx) - win1->_begx - 1; ! for (y = starty; y <= endy; y++) { /* Mike Laman */ end = &win1->_y[y][endx];