Don't process escape sequences in lessfilter

This commit is contained in:
tastytea 2022-04-15 14:32:47 +02:00
parent f69d921bcf
commit 87415e588b
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM

View File

@ -20,4 +20,4 @@ if [[ ${#output} -lt 256 && $(zstat +size "${file}") -gt 256 ]]; then
return 1
fi
print "${output}"
print -r ${output}