1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 21:01:16 +02:00

Use light box drawing symbols

This commit is contained in:
Eelco Dolstra 2020-01-31 14:06:26 +01:00
parent 678301072f
commit e91f32f2b5
3 changed files with 6 additions and 6 deletions

View file

@ -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[] = " ";