summaryrefslogtreecommitdiff
path: root/src/shared/util.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-11-07 16:42:54 +0100
committerLennart Poettering <lennart@poettering.net>2013-11-07 16:53:25 +0100
commit3deadb918f1ac034e4edf03e1ba88468ee76bd62 (patch)
tree65777cbbca906cc863c90fc5e065a315b8137844 /src/shared/util.h
parent29d230f6f297e76ea06eb1365f6f6c16a92abf9e (diff)
util: add circle to special chars we can draw
Diffstat (limited to 'src/shared/util.h')
-rw-r--r--src/shared/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/util.h b/src/shared/util.h
index 8b4c15512a..d46ff27f1c 100644
--- a/src/shared/util.h
+++ b/src/shared/util.h
@@ -622,6 +622,7 @@ typedef enum DrawSpecialChar {
DRAW_TREE_RIGHT,
DRAW_TREE_SPACE,
DRAW_TRIANGULAR_BULLET,
+ DRAW_BLACK_CIRCLE,
_DRAW_SPECIAL_CHAR_MAX
} DrawSpecialChar;
const char *draw_special_char(DrawSpecialChar ch);