Is your feature request related to a problem? Please describe.
Someone requested that let fastfetch use kitten icat to print image logo. Fastfetch uses cursor position to detect the image size. We expect after an image is printed, the cursor should be the right-bottom corner of the image.
However kitten icat automatically appends a new line, which makes fastfetch unable to detect the image width.
Describe the solution you'd like
Add an option like echo -n which don't print the final new line.
Describe alternatives you've considered
N/A
Additional context
Simple test case: kitten icat --align=left /path/to/image && echo FIN. FIN should be printed at the right-bottom corner of the image

Is your feature request related to a problem? Please describe.
Someone requested that let fastfetch use
kitten icatto print image logo. Fastfetch uses cursor position to detect the image size. We expect after an image is printed, the cursor should be the right-bottom corner of the image.However
kitten icatautomatically appends a new line, which makes fastfetch unable to detect the image width.Describe the solution you'd like
Add an option like
echo -nwhich don't print the final new line.Describe alternatives you've considered
N/A
Additional context
Simple test case:
kitten icat --align=left /path/to/image && echo FIN.FINshould be printed at the right-bottom corner of the image