summaryrefslogtreecommitdiff
path: root/src/basic/glyph-util.h
Commit message (Collapse)AuthorAgeFilesLines
* glyph-util: add warning sign special glyphLennart Poettering2022-12-021-0/+1
|
* glyph-util: add left arrow special glyph entryLennart Poettering2022-09-301-0/+1
|
* udevadm: add new --tree mode to "udevadm info"Lennart Poettering2022-04-131-0/+1
| | | | sysfs is a tree, hence let's a mode that allows showing it as such.
* glyph-util: add new glyphs for up/down arrowsLennart Poettering2022-02-161-1/+4
|
* basic: split out glyph/emoji related calls from locale-util.[ch] into ↵Lennart Poettering2021-10-051-0/+56
glyph-util.[ch] These functions are used pretty much independently of locale, i.e. the only info relevant is whether th locale is UTF-8 or not. Hence let's give this its own pair of .c/.h files.