From bff2d6435aecaf2701ba12c4dd99c7f395953f19 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Mon, 24 Jun 2019 15:15:55 +0100 Subject: Debug: more gentle line-drawing chars --- src/src/macros.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/src/macros.h b/src/src/macros.h index 4189b6bd7..4359e2187 100644 --- a/src/src/macros.h +++ b/src/src/macros.h @@ -1037,10 +1037,11 @@ enum { FILTER_UNSET, FILTER_FORWARD, FILTER_EXIM, FILTER_SIEVE }; /* UTF-8 chars for line-drawing */ -#define UTF8_DOWN_RIGHT "\xE2\x94\x8c" +#define UTF8_DOWN_RIGHT "\xE2\x95\xAD" +#define UTF8_VERT "\xE2\x94\x82" #define UTF8_HORIZ "\xE2\x94\x80" #define UTF8_VERT_RIGHT "\xE2\x94\x9C" -#define UTF8_UP_RIGHT "\xE2\x94\x94" +#define UTF8_UP_RIGHT "\xE2\x95\xB0" #define UTF8_VERT_2DASH "\xE2\x95\x8E" -- cgit v1.2.3