Browse Source

neofetch: Fix #1989

Dylan Araps 3 năm trước cách đây
mục cha
commit
644f9d29eb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      neofetch

+ 1 - 1
neofetch

@@ -11577,7 +11577,7 @@ main() {
     err "Neofetch command: $0 $*"
     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.
     while [[ $image_loop == on && $image_backend == w3m ]]; do