This is termcap.h in view mode; [Download] [Up]
/* SCCS Id: @(#)termcap.h 3.0 89/10/27 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1989. */ /* NetHack may be freely redistributed. See license for details. */ /* common #defines for pri.c and termcap.c */ #ifndef MSDOS # ifndef MACOS # define TERMLIB /* include termcap code */ # endif #endif /* might display need graphics code? */ #if !defined(AMIGA) && !defined(TOS) && !defined(MACOS) # if defined(TERMLIB) || defined(DECRAINBOW) || defined(OS2) # define ASCIIGRAPH extern boolean IBMgraphics; /* does terminal use IBM extended ASCII? */ # endif #endif
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.