When configuring neofetch to display graphic images using image_backend "sixel" (correctly configured but I don't think this particular backend is the only one concerned), I noticed that neofetch falls back to ascii display because of being unable to get the term_size in the get_window_size function.
To get around this issue I just had to extend the timeout to read the term_size to "0.1" (line 4066).
I suppose that more thorough testing should done to make a correct evaluation of the timeout.
Maybe making this timeout configurable would another way to this issue into account ...
[X ] Does this issue still occur in the master branch? (Required if issue) ==> YES
Neofetch version
Neofetch 7.1.0
Screenshot
Config file
Verbose log
Run neofetch -vv 2> neofetchlog
Upload the contents of neofetchlog to pastebin, gist or equivalent.
Description
When configuring neofetch to display graphic images using image_backend "sixel" (correctly configured but I don't think this particular backend is the only one concerned), I noticed that neofetch falls back to ascii display because of being unable to get the term_size in the get_window_size function. To get around this issue I just had to extend the timeout to read the term_size to "0.1" (line 4066). I suppose that more thorough testing should done to make a correct evaluation of the timeout. Maybe making this timeout configurable would another way to this issue into account ...
Neofetch version
Neofetch 7.1.0
Screenshot
Config file
Verbose log
neofetch -vv 2> neofetchlog
neofetchlog
to pastebin, gist or equivalent.