]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
glyph-util: add missing ascii represenations of some emojis
authorLennart Poettering <lennart@poettering.net>
Fri, 19 Sep 2025 14:27:44 +0000 (16:27 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 22 Sep 2025 05:38:43 +0000 (14:38 +0900)
src/basic/glyph-util.c

index 87944a13d46005b7c18ef9839e5508c08646ffbf..5b4e32f35a1c5233710a610af36829a3e395e69a 100644 (file)
@@ -79,6 +79,8 @@ const char* glyph_full(Glyph code, bool force_utf) {
                         [GLYPH_SPARKLES]                = "*",
                         [GLYPH_LOW_BATTERY]             = "!",
                         [GLYPH_WARNING_SIGN]            = "!",
+                        [GLYPH_COMPUTER_DISK]           = "o",
+                        [GLYPH_WORLD]                   = "W",
                         [GLYPH_RED_CIRCLE]              = "o",
                         [GLYPH_YELLOW_CIRCLE]           = "o",
                         [GLYPH_BLUE_CIRCLE]             = "o",