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

⟦4759b2a62⟧ TextFile

    Length: 242 (0xf2)
    Types: TextFile
    Names: »insertln.c.pat«

Derivation

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

TextFile

*** libcurses42/insertln.c	Thu Nov 17 11:03:01 1983
--- libcurses/insertln.c	Sat Jul  6 14:12:54 1985
***************
*** 34,35
  			return ERR;
  	return OK;

--- 34,36 -----
  			return ERR;
+ 	touchwin(win);	/* Mike Laman */
  	return OK;