00001
00002 #ifndef __BOX_H
00003 #define __BOX_H
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033
00034
00035
00036
00037
00038
00039
00040 #define VERT 0x92
00041 #define RIGHT '+'
00042 #define UR 0x99
00043 #define LL 0x9a
00044 #define BOT '+'
00045 #define TOP 0x93
00046 #define LEFT '+'
00047 #define HORIZ 0x90
00048 #define CEN '+'
00049 #define LR 0x9b
00050 #define UL 0xa5
00051 #define D_VERT '|'
00052 #define D_RIGHT '+'
00053 #define D_UR '+'
00054 #define D_LL '+'
00055 #define D_BOT '+'
00056 #define D_TOP '+'
00057 #define D_LEFT '+'
00058 #define D_HORIZ '-'
00059 #define D_CEN '+'
00060 #define D_LR '+'
00061 #define D_UL '+'
00062 #define HD_VERT '|'
00063 #define HD_RIGHT '+'
00064 #define HD_UR '+'
00065 #define HD_LL '+'
00066 #define HD_BOT '+'
00067 #define HD_TOP '+'
00068 #define HD_LEFT '+'
00069 #define HD_HORIZ '-'
00070 #define HD_CEN '+'
00071 #define HD_LR '+'
00072 #define HD_UL '+'
00073 #define VD_VERT '|'
00074 #define VD_RIGHT '+'
00075 #define VD_UR '+'
00076 #define VD_LL '+'
00077 #define VD_BOT '+'
00078 #define VD_TOP '+'
00079 #define VD_LEFT '+'
00080 #define VD_HORIZ '-'
00081 #define VD_CEN '+'
00082 #define VD_LR '+'
00083 #define VD_UL '+'
00084
00085 #endif