From 149ab539b729390c3db5b1c9a4ddfde0e6c25b2a Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sat, 22 Jun 2024 15:54:55 -0700 Subject: . --- applications/cli/gemini/bollux/fix_lesskey_nag.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 applications/cli/gemini/bollux/fix_lesskey_nag.patch (limited to 'applications/cli/gemini/bollux/fix_lesskey_nag.patch') diff --git a/applications/cli/gemini/bollux/fix_lesskey_nag.patch b/applications/cli/gemini/bollux/fix_lesskey_nag.patch new file mode 100644 index 0000000..329b886 --- /dev/null +++ b/applications/cli/gemini/bollux/fix_lesskey_nag.patch @@ -0,0 +1,13 @@ +diff --git i/bollux w/bollux +index 267418e..090217e 100755 +--- i/bollux ++++ w/bollux +@@ -1130,7 +1130,7 @@ display() { # display METADATA [TITLE] + # text, and pre-formatted text shouldn't wrap. + less_cmd+=(-S) + # Load the keybindings (see `lesskey'). +- mklesskey && less_cmd+=(-k "$BOLLUX_LESSKEY") ++ mklesskey && less_cmd+=(--lesskey-src="$BOLLUX_LESSKEY") + local helpline="${KEY_OPEN}:open, " + helpline+="${KEY_GOTO}/" + helpline+="${KEY_GOTO_FROM}:goto, " -- cgit v1.2.3