no output if no overflow or no scrolling

This commit is contained in:
2026-02-27 22:21:24 +01:00
parent ee254c9052
commit 4996464f7e
@@ -115,7 +115,6 @@ if [[ "${1:-}" == "--pick" ]]; then
fi
if (( overflow == 0 )) || [[ "$layout" != "scrolling" ]]; then
printf '{"text":""}\n'
exit 0
fi