]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/analyze/analyze.c
tree-wide: rename draw_special_char to special_glyph
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 7 May 2016 21:30:18 +0000 (17:30 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 9 May 2016 19:17:57 +0000 (15:17 -0400)
commit323b7dc90343f11febf9e87872d3e8ffded11849
tree2105abb31360d46e70572b8a0578f54158e0f23d
parenta760db24bbdc4a7b185c9be29cef5cec4e442845
tree-wide: rename draw_special_char to special_glyph

That function doesn't draw anything on it's own, just returns a string, which
sometimes is more than one character. Also remove "DRAW_" prefix from character
names, TREE_* and ARROW and BLACK_CIRCLE are unambigous on their own, don't
draw anything, and are always used as an argument to special_glyph().

Rename "DASH" to "MDASH", as there's more than one type of dash.
14 files changed:
src/analyze/analyze.c
src/basic/locale-util.c
src/basic/locale-util.h
src/boot/bootctl.c
src/delta/delta.c
src/firstboot/firstboot.c
src/libsystemd/sd-bus/bus-dump.c
src/libsystemd/sd-bus/busctl.c
src/login/sysfs-show.c
src/network/networkctl.c
src/shared/bus-unit-util.c
src/shared/cgroup-show.c
src/shared/install.c
src/systemctl/systemctl.c