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:
parent
e7c5ee770c
commit
8c18803ccc
1 changed files with 1 additions and 0 deletions
|
@ -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: │ */
|
||||
|
|
Loading…
Add table
Reference in a new issue