diff options
| author | Fuwn <[email protected]> | 2024-06-26 08:29:49 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-26 08:29:49 -0700 |
| commit | 804df1d72b97aa638d84b663ea00ff26bab5d969 (patch) | |
| tree | 1eb68c65dac7e9ce3787b562f52879f8f917041a /cli/meta/smolnet/bollux/fix_lesskey_nag.patch | |
| parent | hi (diff) | |
| download | nixos-config-804df1d72b97aa638d84b663ea00ff26bab5d969.tar.xz nixos-config-804df1d72b97aa638d84b663ea00ff26bab5d969.zip | |
flake
Diffstat (limited to 'cli/meta/smolnet/bollux/fix_lesskey_nag.patch')
| -rw-r--r-- | cli/meta/smolnet/bollux/fix_lesskey_nag.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/cli/meta/smolnet/bollux/fix_lesskey_nag.patch b/cli/meta/smolnet/bollux/fix_lesskey_nag.patch deleted file mode 100644 index 329b886..0000000 --- a/cli/meta/smolnet/bollux/fix_lesskey_nag.patch +++ /dev/null @@ -1,13 +0,0 @@ -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, " |