=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mg/Attic/ttydef.h,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- src/usr.bin/mg/Attic/ttydef.h 2005/06/14 18:14:40 1.9 +++ src/usr.bin/mg/Attic/ttydef.h 2005/11/20 03:53:45 1.10 @@ -1,4 +1,4 @@ -/* $OpenBSD: ttydef.h,v 1.9 2005/06/14 18:14:40 kjell Exp $ */ +/* $OpenBSD: ttydef.h,v 1.10 2005/11/20 03:53:45 deraadt Exp $ */ /* This file is in the public domain. */ @@ -10,13 +10,11 @@ * enough for windowing systems. */ -#define GOSLING /* Compile in fancy display. */ #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 */ +#define MOVE_STANDOUT /* don't move in standout mode */ #endif /* undef */ #define putpad(str, num) tputs(str, num, ttputc)