home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / screen / scrn02 / extchars.h next >
Encoding:
C/C++ Source or Header  |  1987-03-23  |  512 b   |  18 lines

  1. /* definitions for extended character set (for sborder.c) */
  2.  
  3. /* single line borders  */
  4. #define VERTICAL    179
  5. #define HORIZONTAL    196
  6. #define TL_CORNER    218
  7. #define TR_CORNER    191
  8. #define BL_CORNER    192
  9. #define BR_CORNER    217
  10.  
  11. /* double lined borders */
  12. #define DVERTICAL    186
  13. #define DTR_CORNER    187
  14. #define DBR_CORNER    188
  15. #define DBL_CORNER    200
  16. #define DTL_CORNER    201
  17. #define DHORIZONTAL    205
  18.