]> pd.if.org Git - pd_readline/blob - mg/ttydef.h
Added mg from an OpenBSD mirror site. Many thanks to the OpenBSD team and the mg...
[pd_readline] / mg / ttydef.h
1 /*      $OpenBSD: ttydef.h,v 1.10 2005/11/20 03:53:45 deraadt Exp $     */
2
3 /* This file is in the public domain. */
4
5 #ifndef TTYDEF_H
6 #define TTYDEF_H
7
8 /*
9  *      Terminfo terminal file, nothing special, just make it big
10  *      enough for windowing systems.
11  */
12
13 #define STANDOUT_GLITCH                 /* possible standout glitch      */
14 #define TERMCAP                         /* for possible use in ttyio.c   */
15
16 #ifdef undef
17 #define MOVE_STANDOUT                   /* don't move in standout mode   */
18 #endif /* undef */
19
20 #define putpad(str, num)        tputs(str, num, ttputc)
21
22 #define KFIRST  K00
23 #define KLAST   K00
24
25 #endif /* TTYDEF_H */