=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mg/Attic/ttydef.h,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- src/usr.bin/mg/Attic/ttydef.h 2004/07/08 22:15:42 1.7 +++ src/usr.bin/mg/Attic/ttydef.h 2005/04/03 02:09:28 1.8 @@ -1,4 +1,4 @@ -/* $OpenBSD: ttydef.h,v 1.7 2004/07/08 22:15:42 deraadt Exp $ */ +/* $OpenBSD: ttydef.h,v 1.8 2005/04/03 02:09:28 db Exp $ */ #ifndef TTYDEF_H #define TTYDEF_H @@ -9,11 +9,13 @@ */ #define GOSLING /* Compile in fancy display. */ -/* #define MEMMAP *//* Not memory mapped video. */ - -/* #define MOVE_STANDOUT *//* don't move in standout mode */ #define STANDOUT_GLITCH /* possible standout glitch */ #define TERMCAP /* for possible use in ttyio.c */ + +#ifdef undef +#define MEMMAP /* Not memory mapped video. */ +#define MOVE_STANDOUT /* don't move in standout mode */ +#endif /* undef */ #define putpad(str, num) tputs(str, num, ttputc)