home *** CD-ROM | disk | FTP | other *** search
- /* definitions for extended character set (for sborder.c) */
-
- /* single line borders */
- #define VERTICAL 179
- #define HORIZONTAL 196
- #define TL_CORNER 218
- #define TR_CORNER 191
- #define BL_CORNER 192
- #define BR_CORNER 217
-
- /* double lined borders */
- #define DVERTICAL 186
- #define DTR_CORNER 187
- #define DBR_CORNER 188
- #define DBL_CORNER 200
- #define DTL_CORNER 201
- #define DHORIZONTAL 205