Adapt to latest Git HEAD - pkgsrc-localpatches - leot's pkgsrc LOCALPATCHES
(HTM) hg clone https://bitbucket.org/iamleot/pkgsrc-localpatches
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) changeset 33ff684b0651103846cf872022f7aa2c6171604d
(DIR) parent 74bbb9968477fea2f675ad5f09dc0a9c090be92c
(HTM) Author: Leonardo Taccari <iamleot@gmail.com>
Date: Mon, 28 Oct 2019 09:53:51
Adapt to latest Git HEAD
Diffstat:
wip/sacc-git/patch-config.h | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
---
diff -r 74bbb9968477 -r 33ff684b0651 wip/sacc-git/patch-config.h
--- a/wip/sacc-git/patch-config.h Sat Oct 26 19:42:18 2019 +0200
+++ b/wip/sacc-git/patch-config.h Mon Oct 28 09:53:51 2019 +0100
@@ -1,6 +1,6 @@
--- /dev/null 2018-02-25 12:15:26.521513477 +0100
+++ config.h 2018-02-25 12:14:26.218483032 +0100
-@@ -0,0 +1,26 @@
+@@ -0,0 +1,27 @@
+/* See LICENSE file for copyright and license details. */
+
+/* Screen UI navigation keys */
@@ -14,7 +14,8 @@
+#define _key_end 'G' /* move to the bottom of page */
+#define _key_pgnext 'l' /* view highlighted item */
+#define _key_pgprev 'h' /* view previous item */
-+#define _key_uri 'u' /* print item uri */
++#define _key_cururi 'U' /* print page uri */
++#define _key_seluri 'u' /* print item uri */
+#define _key_fetch 'L' /* refetch current item */
+#define _key_help '?' /* display help */
+#define _key_quit 'q' /* exit sacc */