X-Git-Url: https://pd.if.org/git/?p=pd_readline;a=blobdiff_plain;f=mg%2Fttydef.h;fp=mg%2Fttydef.h;h=b32b1c0cd9d0f0cad383fbdc589dfd05988f5ea1;hp=0000000000000000000000000000000000000000;hb=a9843085ec916c175bd245a8398f30e6cc03f984;hpb=26fe4e09c6c3c250334fdeed60ce3061febecde2 diff --git a/mg/ttydef.h b/mg/ttydef.h new file mode 100644 index 0000000..b32b1c0 --- /dev/null +++ b/mg/ttydef.h @@ -0,0 +1,25 @@ +/* $OpenBSD: ttydef.h,v 1.10 2005/11/20 03:53:45 deraadt Exp $ */ + +/* This file is in the public domain. */ + +#ifndef TTYDEF_H +#define TTYDEF_H + +/* + * Terminfo terminal file, nothing special, just make it big + * enough for windowing systems. + */ + +#define STANDOUT_GLITCH /* possible standout glitch */ +#define TERMCAP /* for possible use in ttyio.c */ + +#ifdef undef +#define MOVE_STANDOUT /* don't move in standout mode */ +#endif /* undef */ + +#define putpad(str, num) tputs(str, num, ttputc) + +#define KFIRST K00 +#define KLAST K00 + +#endif /* TTYDEF_H */