neofetch: Fix #1989

parent 7b1f0c27
...@@ -11577,7 +11577,7 @@ main() { ...@@ -11577,7 +11577,7 @@ main() {
err "Neofetch command: $0 $*" err "Neofetch command: $0 $*"
err "Neofetch version: $version" err "Neofetch version: $version"
[[ $verbose == on ]] && printf %b "$err" >&2 [[ $verbose == on ]] && printf '%b\033[m' "$err" >&2
# If `--loop` was used, constantly redraw the image. # If `--loop` was used, constantly redraw the image.
while [[ $image_loop == on && $image_backend == w3m ]]; do while [[ $image_loop == on && $image_backend == w3m ]]; do
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment