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
@@ -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.. \
|
||||||
|
|||||||
Reference in New Issue
Block a user