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

⟦9dda2d190⟧ TextFile

    Length: 309 (0x135)
    Types: TextFile
    Names: »mvwin.c.pat«

Derivation

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

TextFile

*** libcurses42/mvwin.c	Thu Nov 17 11:03:03 1983
--- libcurses/mvwin.c	Wed May 30 22:23:12 1984
***************
*** 12,14
  
! 	if (by + win->_maxy > LINES || bx + win->_maxx > COLS)
  		return ERR;

--- 12,14 -----
  
! 	if (by + win->_maxy > LINES || bx + win->_maxx > COLS || by<0 || bx<0)
  		return ERR;