m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-17 07:43:39 -05:00

fix flatpak-install-widget for changes in column in util-linux 2.40.2

s13e
2025-03-30 16:28:22 -06:00
parent 964c1992b9
commit 8a4d4b935f

@@ -1480,7 +1480,7 @@ fzf-flatpak-install-widget() {
}; };
print blu bld $2" -" res app_info "|" $1 print blu bld $2" -" res app_info "|" $1
}' \ }' \
| column -t -s "|" -R 3 \ | column -t -s "|" -R0 \
| fzf \ | fzf \
--ansi \ --ansi \
--with-nth=1.. \ --with-nth=1.. \