From ec51f9a184322e8241af7df8b19e76ce6aaac6aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=84min=20Baumeler?= Date: Fri, 20 Mar 2026 10:58:56 +0100 Subject: [PATCH] fix: wrap-word for sending emails --- src/sh/varia.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sh/varia.sh b/src/sh/varia.sh index c6b2345..d4912ab 100644 --- a/src/sh/varia.sh +++ b/src/sh/varia.sh @@ -13,7 +13,7 @@ ynprompt() { --reverse \ --no-input \ --header="$1" \ - --preview-window='60%,border-line' \ + --preview-window='60%,border-line,wrap-word' \ --margin='5%,5%,5%,15%' \ --preview="echo \"$2\"" \ --with-nth=2.. \