pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/fzf
Module Name: pkgsrc
Committed By: iquiw
Date: Sat Jun 3 01:01:07 UTC 2023
Modified Files:
pkgsrc/sysutils/fzf: Makefile
Log Message:
fzf: update to 0.41.1
0.41.1
* Fixed a bug where preview window is not updated when --disabled is set
and a reload is triggered by change:reload binding
0.41.0
* Added color name preview-border and preview-scrollbar
* Added new border style block which uses block elements
* --scrollbar can take two characters, one for the main window, the other
for the preview window
* Putting it altogether:
fzf-tmux -p 80% --padding 1,2 --preview 'bat --style=plain --color=always {}' \
--color 'bg:237,bg+:235,gutter:237,border:238,scrollbar:236' \
--color 'preview-bg:235,preview-border:236,preview-scrollbar:234' \
--preview-window 'border-block' --border block --scrollbar '▌▐'
To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 pkgsrc/sysutils/fzf/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/fzf/Makefile
diff -u pkgsrc/sysutils/fzf/Makefile:1.67 pkgsrc/sysutils/fzf/Makefile:1.68
--- pkgsrc/sysutils/fzf/Makefile:1.67 Fri May 5 19:37:40 2023
+++ pkgsrc/sysutils/fzf/Makefile Sat Jun 3 01:01:07 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.67 2023/05/05 19:37:40 bsiegert Exp $
+# $NetBSD: Makefile,v 1.68 2023/06/03 01:01:07 iquiw Exp $
-DISTNAME= fzf-0.40.0
-PKGREVISION= 1
+DISTNAME= fzf-0.41.1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=junegunn/}
Home |
Main Index |
Thread Index |
Old Index