home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MISC / EDUCATIO / STAGES12.ZIP / PCWINS.H < prev    next >
Encoding:
C/C++ Source or Header  |  1991-04-12  |  1.1 KB  |  27 lines

  1. /* window parameters */
  2. #define    OUTPUTTOP    2    /* output window: top line    */
  3. #define OUTPUTBOT    15    /* output window: bottom line    */
  4. #define    OUTPUTLNS    14    /* outputwindow: # lines    */
  5. #define SEP1LN        16    /* 1st separation line        */
  6. #define INPUTTOP    17    /* input window: top line    */
  7. #define INPUTBOT    19    /* input window: bottom line    */
  8. #define    INPUTLNS    3    /* input window: # lines    */
  9. #define SEP2LN        20    /* 2nd separation line        */
  10. #define MSGTOP        21    /* msg window: top line        */
  11. #define MSGBOT        23    /* msg window: bottom line    */
  12. #define    MSGLNS        4    /* msg window: # lines        */
  13.  
  14. /* border graphic char constants */
  15. #define    LTOP        201    /* top left corner         */
  16. #define    RTOP        187    /* top right corner         */
  17. #define    LBOT        200    /* bot left corner         */
  18. #define RBOT        188    /* bot right corner         */
  19. #define HBAR        205    /* horizontal bar        */
  20. #define    VBAR        186    /* vertical bar            */
  21. #define    LTEE        204    /* left tee join          */
  22. #define    RTEE        185    /* righttee join          */
  23. #define TTEE        203    /* top tee join         */
  24. #define BTEE        202    /* bot tee joint        */
  25. #define CROSS        206    /* center intersection        */
  26. #define RTRI        16    /* triangle pointed right    */
  27.