X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fshared%2Futil.c;h=d5de59fce90955530cf0f2c121f46a41ca7caa41;hp=8e1409671f258cc31968eb7ae42a382d9dce5fb6;hb=55c0b89c575fcb2c075286d444ed4fb1cf8c8563;hpb=86ed7ec58b9b6a0907bbb3b8d07c930e52915de0;ds=sidebyside diff --git a/src/shared/util.c b/src/shared/util.c index 8e1409671..d5de59fce 100644 --- a/src/shared/util.c +++ b/src/shared/util.c @@ -5648,12 +5648,14 @@ const char *draw_special_char(DrawSpecialChar ch) { [DRAW_TREE_VERT] = "\342\224\202 ", /* │ */ [DRAW_TREE_BRANCH] = "\342\224\234\342\224\200", /* ├─ */ [DRAW_TREE_RIGHT] = "\342\224\224\342\224\200", /* └─ */ + [DRAW_TREE_SPACE] = " ", /* */ [DRAW_TRIANGULAR_BULLET] = "\342\200\243 ", /* ‣ */ }, /* ASCII fallback */ { [DRAW_TREE_VERT] = "| ", [DRAW_TREE_BRANCH] = "|-", [DRAW_TREE_RIGHT] = "`-", + [DRAW_TREE_SPACE] = " ", [DRAW_TRIANGULAR_BULLET] = "> ", } };