From 8a4d4b935f220726a15ae8f36ba8190035b5e14d Mon Sep 17 00:00:00 2001 From: s13e <105071+salverde@users.noreply.github.com> Date: Sun, 30 Mar 2025 16:28:22 -0600 Subject: [PATCH] fix flatpak-install-widget for changes in `column` in util-linux 2.40.2 --- Examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples.md b/Examples.md index 3ea9830..1b4354b 100644 --- a/Examples.md +++ b/Examples.md @@ -1480,7 +1480,7 @@ fzf-flatpak-install-widget() { }; print blu bld $2" -" res app_info "|" $1 }' \ - | column -t -s "|" -R 3 \ + | column -t -s "|" -R0 \ | fzf \ --ansi \ --with-nth=1.. \