Hi,
Update pick to 1.7.0 from maintainer, most notable changes:

- Add support for HOME and END keys

- Read keys from the terminfo(3) database, currently limited to HOME and
  END

- Add support for Ctrl-V/Alt-V and Alt-</Alt-> alternative key bindings
  for HOME and END, and Page-Down and Page-Up respectively

- Don't move the cursor upwards if no choices where printed

- Fix selection bar vanishes on Page-Down bug

The complete changelog is available here[1].

Comments? OK?

[1] https://github.com/calleerlandsson/pick/releases/tag/v1.7.0

Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/pick/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile    30 May 2017 10:26:07 -0000      1.3
+++ Makefile    30 Jun 2017 15:19:10 -0000
@@ -2,9 +2,8 @@
 
 COMMENT =      fuzzy select anything
 
-V =            1.6.1
+V =            1.7.0
 DISTNAME =     pick-${V}
-REVISION =     0
 
 CATEGORIES =   sysutils
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/sysutils/pick/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo    2 May 2017 20:17:31 -0000       1.2
+++ distinfo    30 Jun 2017 15:19:10 -0000
@@ -1,2 +1,2 @@
-SHA256 (pick-1.6.1.tar.gz) = stA4TDdraXt+jxeENIXmNzUU8AGzW+GLZBSi/VztjZs=
-SIZE (pick-1.6.1.tar.gz) = 100881
+SHA256 (pick-1.7.0.tar.gz) = lQUxxW7cS+N1/k6JKRyqgHMispgUMEPi4pY9406W3hU=
+SIZE (pick-1.7.0.tar.gz) = 101443

Reply via email to