]> git.sur5r.net Git - cc65/commitdiff
The 128+x character codes were very likely intended to be interpreted by cputs and...
authorol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 19 Oct 2012 07:19:08 +0000 (07:19 +0000)
committerol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 19 Oct 2012 07:19:08 +0000 (07:19 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@5862 b7a2c559-68d2-44c3-8de9-860c34a00d81

include/geos.h

index 9c44bbdb88c031f24879357ea25821de9a4a8847..0eb5957cf2461561b8368ae68ff521da9c863577 100644 (file)
 #include <geos/gdlgbox.h>
 #endif
 
-/* Character codes $80-$8F */
-/*  1  */
-/* 2 4 */
-/*  8  */
-#define CH_HLINE               128|0|2|4|0
-#define CH_VLINE               128|1|0|0|8
-#define CH_ULCORNER            128|1|2|0|0
-#define CH_URCORNER            128|1|0|4|0
-#define CH_LLCORNER            128|0|2|0|8
-#define CH_LRCORNER            128|0|0|4|8
-#define CH_TTEE                        128|1|2|4|0
-#define CH_RTEE                        128|1|0|4|8
-#define CH_BTEE                        128|0|2|4|8
-#define CH_LTEE                        128|1|2|0|8
-#define CH_CROSS               128|1|2|4|8
+#define CH_ULCORNER            '+'
+#define CH_URCORNER            '+'
+#define CH_LLCORNER            '+'
+#define CH_LRCORNER            '+'
+#define CH_TTEE                        '+'
+#define CH_RTEE                        '+'
+#define CH_BTEE                        '+'
+#define CH_LTEE                        '+'
+#define CH_CROSS               '+'
 
 /* Additional key defines */
 #define CH_F1                  133