neofetch: Fix #1989

This commit is contained in:
Dylan Araps 2021-12-10 08:41:28 +02:00
parent 7b1f0c275e
commit 644f9d29eb
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 1 additions and 1 deletions

View File

@ -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