home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / BSRC_250.LZH / VIDEO.H < prev    next >
Text File  |  1991-09-15  |  5KB  |  110 lines

  1. /*--------------------------------------------------------------------------*/
  2. /*                                                                          */
  3. /*                                                                          */
  4. /*      ------------         Bit-Bucket Software, Co.                       */
  5. /*      \ 10001101 /         Writers and Distributors of                    */
  6. /*       \ 011110 /          Freely Available<tm> Software.                 */
  7. /*        \ 1011 /                                                          */
  8. /*         ------                                                           */
  9. /*                                                                          */
  10. /*  (C) Copyright 1987-91, Bit Bucket Software Co., a Delaware Corporation. */
  11. /*                                                                          */
  12. /*                                                                          */
  13. /*      IBM PC Line Drawing character definitions used in BinkleyTerm       */
  14. /*                                                                          */
  15. /*                                                                          */
  16. /*    For complete  details  of the licensing restrictions, please refer    */
  17. /*    to the License  agreement,  which  is published in its entirety in    */
  18. /*    the MAKEFILE and BT.C, and also contained in the file LICENSE.250.    */
  19. /*                                                                          */
  20. /*    USE  OF THIS FILE IS SUBJECT TO THE  RESTRICTIONS CONTAINED IN THE    */
  21. /*    BINKLEYTERM  LICENSING  AGREEMENT.  IF YOU DO NOT FIND THE TEXT OF    */
  22. /*    THIS  AGREEMENT IN ANY OF THE  AFOREMENTIONED FILES,  OR IF YOU DO    */
  23. /*    NOT HAVE THESE FILES,  YOU  SHOULD  IMMEDIATELY CONTACT BIT BUCKET    */
  24. /*    SOFTWARE CO.  AT ONE OF THE  ADDRESSES  LISTED BELOW.  IN NO EVENT    */
  25. /*    SHOULD YOU  PROCEED TO USE THIS FILE  WITHOUT HAVING  ACCEPTED THE    */
  26. /*    TERMS  OF  THE  BINKLEYTERM  LICENSING  AGREEMENT,  OR  SUCH OTHER    */
  27. /*    AGREEMENT AS YOU ARE ABLE TO REACH WITH BIT BUCKET SOFTWARE, CO.      */
  28. /*                                                                          */
  29. /*                                                                          */
  30. /* You can contact Bit Bucket Software Co. at any one of the following      */
  31. /* addresses:                                                               */
  32. /*                                                                          */
  33. /* Bit Bucket Software Co.        FidoNet  1:104/501, 1:343/491             */
  34. /* P.O. Box 460398                AlterNet 7:491/0                          */
  35. /* Aurora, CO 80046               BBS-Net  86:2030/1                        */
  36. /*                                Internet f491.n343.z1.fidonet.org         */
  37. /*                                                                          */
  38. /* Please feel free to contact us at any time to share your comments about  */
  39. /* our software and/or licensing policies.                                  */
  40. /*                                                                          */
  41. /*--------------------------------------------------------------------------*/
  42.  
  43.  
  44. /* single line boxes */
  45. #define VBAR1  179
  46. #define VLINE  179
  47. #define HBAR1  196
  48. #define HLINE  196
  49. #define ULC11  218
  50. #define URC11  191
  51. #define LLC11  192
  52. #define LRC11  217
  53. #define TL11   195
  54. #define TR11   180
  55. #define TT11   194
  56. #define TB11   193
  57. #define X11    197
  58.  
  59. /* double line boxes */
  60. #define VBAR2  186
  61. #define HBAR2  205
  62. #define ULC22  201
  63. #define URC22  187
  64. #define LLC22  200
  65. #define LRC22  188
  66. #define TL22   204
  67. #define TR22   185
  68. #define TT22   203
  69. #define TB22   202
  70. #define X22    206
  71.  
  72. /* single line horizontal and double line vertical boxes */
  73. #define ULC12  214
  74. #define URC12  183
  75. #define LLC12  211
  76. #define LRC12  189
  77. #define TL12   199
  78. #define TR12   182
  79. #define TT12   210
  80. #define TB12   208
  81. #define X12    215
  82.  
  83. /* double line horizontal and single line vertical boxes */
  84. #define ULC21  213
  85. #define URC21  184
  86. #define LLC21  212
  87. #define LRC21  190
  88. #define TL21   198
  89. #define TR21   181
  90. #define TT21   209
  91. #define TB21   207
  92. #define X21    216
  93.  
  94. /* full and partial blocks */
  95. #define BLOCK  219
  96. #define VBAR   219
  97. #define VBARL  221
  98. #define VBARR  222
  99. #define HBART  223
  100. #define HBARB  220
  101.  
  102. /* special graphic symbols */
  103. #define BLANK  32
  104. #define DIAMOND   4
  105. #define UPARROW   24
  106. #define DOWNARROW 25
  107. #define RIGHTARROW   26
  108. #define LEFTARROW 27
  109. #define SLASH  47
  110.