Use light box drawing symbols
This commit is contained in:
+3
-3
@@ -459,9 +459,9 @@ void ignoreException();
|
||||
|
||||
|
||||
/* Tree formatting. */
|
||||
constexpr char treeConn[] = "╠═══";
|
||||
constexpr char treeLast[] = "╚═══";
|
||||
constexpr char treeLine[] = "║ ";
|
||||
constexpr char treeConn[] = "├───";
|
||||
constexpr char treeLast[] = "└───";
|
||||
constexpr char treeLine[] = "│ ";
|
||||
constexpr char treeNull[] = " ";
|
||||
|
||||
|
||||
|
||||
@@ -152,7 +152,7 @@ struct CmdWhyDepends : SourceExprCommand
|
||||
std::cout << fmt("%s%s%s%s" ANSI_NORMAL "\n",
|
||||
firstPad,
|
||||
node.visited ? "\e[38;5;244m" : "",
|
||||
firstPad != "" ? "=> " : "",
|
||||
firstPad != "" ? "→ " : "",
|
||||
pathS);
|
||||
|
||||
if (node.path == dependencyPath && !all
|
||||
|
||||
Reference in New Issue
Block a user