-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps [deps/fzf](https://github.com/junegunn/fzf) from `b8d2b0d` to `5ae60e2`. - [Release notes](https://github.com/junegunn/fzf/releases) - [Commits](junegunn/fzf@b8d2b0d...5ae60e2) --- updated-dependencies: - dependency-name: deps/fzf dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
23012a9
commit 376fb1f
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule fzf
updated
19 files
+1 −1 | .github/workflows/typos.yml | |
+1 −1 | ADVANCED.md | |
+59 −0 | CHANGELOG.md | |
+1 −2 | Makefile | |
+2 −2 | README.md | |
+1 −1 | install | |
+1 −1 | man/man1/fzf-tmux.1 | |
+98 −32 | man/man1/fzf.1 | |
+106 −100 | src/actiontype_string.go | |
+477 −225 | src/options.go | |
+548 −80 | src/terminal.go | |
+11 −5 | src/tmux.go | |
+2 −1 | src/tui/dummy.go | |
+79 −36 | src/tui/light.go | |
+1 −1 | src/tui/light_unix.go | |
+1 −1 | src/tui/light_windows.go | |
+56 −21 | src/tui/tcell.go | |
+127 −23 | src/tui/tui.go | |
+254 −1 | test/test_go.rb |