home *** CD-ROM | disk | FTP | other *** search
- /* window parameters */
- #define OUTPUTTOP 2 /* output window: top line */
- #define OUTPUTBOT 15 /* output window: bottom line */
- #define OUTPUTLNS 14 /* outputwindow: # lines */
- #define SEP1LN 16 /* 1st separation line */
- #define INPUTTOP 17 /* input window: top line */
- #define INPUTBOT 19 /* input window: bottom line */
- #define INPUTLNS 3 /* input window: # lines */
- #define SEP2LN 20 /* 2nd separation line */
- #define MSGTOP 21 /* msg window: top line */
- #define MSGBOT 23 /* msg window: bottom line */
- #define MSGLNS 4 /* msg window: # lines */
-
- /* border graphic char constants */
- #define LTOP 201 /* top left corner */
- #define RTOP 187 /* top right corner */
- #define LBOT 200 /* bot left corner */
- #define RBOT 188 /* bot right corner */
- #define HBAR 205 /* horizontal bar */
- #define VBAR 186 /* vertical bar */
- #define LTEE 204 /* left tee join */
- #define RTEE 185 /* righttee join */
- #define TTEE 203 /* top tee join */
- #define BTEE 202 /* bot tee joint */
- #define CROSS 206 /* center intersection */
- #define RTRI 16 /* triangle pointed right */