Path: utzoo!utgpu!watserv1!watmath!att!linac!pacific.mps.ohio-state.edu!zaphod.mps.ohio-state.edu!swrinde!cs.utexas.edu!uunet!mcsun!unido!horga!attron!root From: root@attron.ruhr.sub.org (Christian Schlichtherle) Newsgroups: comp.sources.games.bugs Subject: Re: Missing functions in mdg program Keywords: mdg Message-ID: <552@attron.ruhr.sub.org> Date: 27 Feb 91 09:10:50 GMT References: <551@attron.ruhr.sub.org> Organization: Fa. Schlichtherle Industriebedarf, 5802 Wetter, FRG Lines: 31 Nope, the functions I used did not work. But these work: char *tigetstr(id) char *id; { extern char *tgetstr(); static char buf[20]; char *ptr = buf; return tgetstr(id, &ptr); } void curs_set(dummy) int dummy; { refresh(); /* int eputc(); tputs(tgoto(tigetstr("cup"), 1, 1), 1, eputc); */ } Can somebody tell me what the original functions should do? Why are they missing? For now, mdg seems to work... Chris -- Snail: Christian Schlichtherle, Elbscheweg 20, 5802 Wetter 4, Germany Email: chris@attron.ruhr.sub.org Tel.: +49 2335 7550 "Der Tod ist ein Meister aus Deutschland" -- Paul Celan