From dfab35c9992e7b97043d98248388e573482e006f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ki=C3=ABd=20Llaentenn?= <32681240+kiedtl@users.noreply.github.com> Date: Sat, 11 May 2019 16:52:15 -0400 Subject: [PATCH] attempting to fix #8 --- src/winfetch.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/winfetch.ps1 b/src/winfetch.ps1 index 91f8118..cbf8f68 100755 --- a/src/winfetch.ps1 +++ b/src/winfetch.ps1 @@ -200,7 +200,7 @@ elseif (-not $noimage.IsPresent -and $image) { $CURR_ROW += "${e}[38;2;$($upper[$i]);48;2;$($lower[$i])m${CHAR}" $i++ } - "${CURR_ROW}${e}[0m${e}[B${e}[0G" + "${CURR_ROW}${e}[0m" $CURR_ROW = "" $upper = @()