diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-06-24 15:15:55 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-06-26 11:08:20 +0100 |
commit | bff2d6435aecaf2701ba12c4dd99c7f395953f19 (patch) | |
tree | 71a5710041eb14f8f595977ff89a6ea650b451a2 /src | |
parent | 3ff0668bf4565e7f8ea4b843474ddb49cce46fed (diff) |
Debug: more gentle line-drawing chars
Diffstat (limited to 'src')
-rw-r--r-- | src/src/macros.h | 5 |
1 files changed, 3 insertions, 2 deletions
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" |