1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

add missing box drawing character

This commit is contained in:
Steffen Vogel 2019-03-26 06:49:05 +01:00
parent d02443e0d5
commit e6ccc0e3d1

View file

@ -89,6 +89,7 @@ extern "C" {
#define BOX_UL "┘" /**< Boxdrawing: ┘ */
#define BOX_DLR "┬" /**< Boxdrawing: ┘ */
#define BOX_DL "┐" /**< Boxdrawing: ┘ */
#define BOX_UR "└" /**< Boxdrawing: └ */
#else /* ASCII */
#define BOX_LR "-" /**< Boxdrawing: ─ */
#define BOX_UD "|" /**< Boxdrawing: │ */