fixed display issues
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user