=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mg/def.h,v retrieving revision 1.143 retrieving revision 1.144 diff -u -r1.143 -r1.144 --- src/usr.bin/mg/def.h 2015/03/19 21:22:15 1.143 +++ src/usr.bin/mg/def.h 2015/03/25 12:25:36 1.144 @@ -1,4 +1,4 @@ -/* $OpenBSD: def.h,v 1.143 2015/03/19 21:22:15 bcallah Exp $ */ +/* $OpenBSD: def.h,v 1.144 2015/03/25 12:25:36 bcallah Exp $ */ /* This file is in the public domain. */ @@ -11,7 +11,6 @@ */ #include "chrdef.h" -#include "ttydef.h" typedef int (*PF)(int, int); /* generally useful type */ @@ -313,6 +312,16 @@ int pos; char *content; }; + +/* + * Previously from ttydef.h + */ +#define STANDOUT_GLITCH /* possible standout glitch */ + +#define putpad(str, num) tputs(str, num, ttputc) + +#define KFIRST K00 +#define KLAST K00 /* * Prototypes.