diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2016-08-12 16:41:49 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2016-08-12 16:41:49 +0000 |
commit | 54c82eb9259e98566842a6b7487f6cf663243845 (patch) | |
tree | 205713575f437e2b7f7ddfd88b6750b4c93a0cac /textproc/fzf/files/patch-src_terminal.go | |
parent | Parse line as shell words. (diff) |
FZF is a general-purpose command-line fuzzy finder.
WWW: https://github.com/junegunn/fzf/
PR: 211661
Submitted by: Sascha Holzleiter <sascha@root-login.org>
Diffstat (limited to 'textproc/fzf/files/patch-src_terminal.go')
-rw-r--r-- | textproc/fzf/files/patch-src_terminal.go | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/fzf/files/patch-src_terminal.go b/textproc/fzf/files/patch-src_terminal.go new file mode 100644 index 000000000000..ac065109724e --- /dev/null +++ b/textproc/fzf/files/patch-src_terminal.go @@ -0,0 +1,11 @@ +--- src/terminal.go.orig 2016-07-15 16:06:53 UTC ++++ src/terminal.go +@@ -15,7 +15,7 @@ import ( + C "github.com/junegunn/fzf/src/curses" + "github.com/junegunn/fzf/src/util" + +- "github.com/junegunn/go-runewidth" ++ "github.com/mattn/go-runewidth" + ) + + type jumpMode int |