about summary refs log tree commit diff
path: root/pkgs/aszlig/gopass/ascii-symbols.patch
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2020-08-08 02:57:50 +0200
committeraszlig <aszlig@nix.build>2020-08-08 02:57:50 +0200
commit3440c6ec3d3dd52faaf624c1d221fb778e652e98 (patch)
treee20726a1ef0fb02790f1c06ed7bc032bddbc3958 /pkgs/aszlig/gopass/ascii-symbols.patch
parent0171f8d895efd46300ba01c6adeb7aa5105ff5c0 (diff)
gopass: Drop patch for using ASCII symbols only
With the switch to a proper Unicode capable font, we no longer need to
patch gopass and simply can now enjoy a proper tree view and also one
less patch to maintain.

Signed-off-by: aszlig <aszlig@nix.build>
Diffstat (limited to 'pkgs/aszlig/gopass/ascii-symbols.patch')
-rw-r--r--pkgs/aszlig/gopass/ascii-symbols.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/pkgs/aszlig/gopass/ascii-symbols.patch b/pkgs/aszlig/gopass/ascii-symbols.patch
deleted file mode 100644
index 01365193..00000000
--- a/pkgs/aszlig/gopass/ascii-symbols.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-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 (