From 949982bfef4571a7e968659b1a631dfdf0077bbc Mon Sep 17 00:00:00 2001 From: fatalerrors Date: Wed, 15 Sep 2021 16:34:57 +0200 Subject: [PATCH] prnt: display adjustment --- lib/display.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/display.sh b/lib/display.sh index e3f5007..96f74f3 100644 --- a/lib/display.sh +++ b/lib/display.sh @@ -93,8 +93,8 @@ export On_IWhite='\e[0;107m' prnt() { case $1 in "I") - HEADS="[ ${IGreen}info${DEFAULTFG} ]" - shift + HEADS="[ ${IGreen}info${DEFAULTFG} ]" + shift ## ;; "W") HEADS="[${IYellow}Attention${DEFAULTFG}]"