about summary refs log tree commit diff
path: root/pkgs/aszlig/gopass/ascii-symbols.patch
blob: 01365193563d4b2cd85112ac4622c42e31ce689d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff --git a/pkg/tree/simple/tree.go b/pkg/tree/simple/tree.go
index aa9f42a..76f56e9 100644
--- a/pkg/tree/simple/tree.go
+++ b/pkg/tree/simple/tree.go
@@ -8,9 +8,9 @@ import (
 
 const (
 	symEmpty  = "    "
-	symBranch = "├── "
-	symLeaf   = "└── "
-	symVert   = "│   "
+	symBranch = "|-- "
+	symLeaf   = "`-- "
+	symVert   = "|   "
 )
 
 var (