DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦a0aecda5f⟧ TextFile

    Length: 413 (0x19d)
    Types: TextFile
    Names: »overlay.c.pat«

Derivation

└─⟦87ddcff64⟧ Bits:30001253 CPHDIST85 Tape, 1985 Autumn Conference Copenhagen
    └─ ⟦this⟧ »cph85dist/new_curses/overlay.c.pat« 

TextFile

*** 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];