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

⟦cb1b16b9d⟧ TextFile

    Length: 312 (0x138)
    Types: TextFile
    Names: »move.c.pat«

Derivation

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

TextFile

*** libcurses42/move.c	Thu Nov 17 11:03:14 1983
--- libcurses/move.c	Wed Jul 24 13:25:47 1985
***************
*** 14,15
  # endif
  	if (x >= win->_maxx || y >= win->_maxy)

--- 14,19 -----
  # endif
+ #ifndef wantamess
+ 	if (x < 0 || y < 0)
+ 		return(ERR);
+ #endif
  	if (x >= win->_maxx || y >= win->_maxy)