use echo -e

This commit is contained in:
Tobias Powalowski 2023-11-14 07:52:07 +01:00
parent b0037c6659
commit a485caa9b4

View file

@ -19,10 +19,10 @@ XXX
EOF
}
_info() {
echo "\e[1m${1}\e[m"
echo -e "\e[1m${1}\e[m"
}
_warn() {
echo "\e[1;91m${1}\e[m"
echo -e "\e[1;91m${1}\e[m"
}
_clear() {
printf "\ec"