fixed display issues

This commit is contained in:
fatalerrors
2021-06-25 17:44:33 +02:00
parent d7e0646875
commit 41590c3cd8
3 changed files with 7 additions and 9 deletions

View File

@@ -80,15 +80,15 @@ 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} ]"
shift
HEADS="[${IYellow}Attention${DEFAULTFG}]"
shift
;;
"E")
HEADS="[ ${IRed}ERREUR${DEFAULTFG} ]"
HEADS="[ ${IRed}ERREUR${DEFAULTFG} ]"
shift
;;
esac