Home
last modified time | relevance | path

Searched refs:TreeGlyph (Results 1 – 1 of 1) sorted by relevance

/external/libkmsxx/utils/
Dkmsprint.cpp290 enum class TreeGlyph { enum
297 static const map<TreeGlyph, string> glyphs_utf8 = {
298 { TreeGlyph::Vertical, "│ " },
299 { TreeGlyph::Branch, "├─" },
300 { TreeGlyph::Right, "└─" },
301 { TreeGlyph::Space, " " },
305 static const map<TreeGlyph, string> glyphs_ascii = {
306 { TreeGlyph::Vertical, "| " },
307 { TreeGlyph::Branch, "|-" },
308 { TreeGlyph::Right, "`-" },
[all …]