Debug: Use UTF-8 linedrawing rather than ASCII lineart for grouping expansion tracing...
[exim.git] / src / src / macros.h
index e4dcf3ccdfea3f57ba1f4876f9a24242af4e318d..4efeee92805353460814cf3a6b5b7defb1d31e4a 100644 (file)
@@ -974,5 +974,13 @@ enum { FILTER_UNSET, FILTER_FORWARD, FILTER_EXIM, FILTER_SIEVE };
 
 #define GETC_BUFFER_UNLIMITED  UINT_MAX
 
+/* UTF-8 chars for line-drawing */
+
+#define UTF8_DOWN_RIGHT                "\xE2\x94\x8c"
+#define UTF8_HORIZ             "\xE2\x94\x80"
+#define UTF8_VERT_RIGHT                "\xE2\x94\x9C"
+#define UTF8_UP_RIGHT          "\xE2\x94\x94"
+
+
 
 /* End of macros.h */