This commit is contained in:
CanbiZ
2025-06-30 11:18:18 +02:00
parent bdcdc8b794
commit 414d82733e
2 changed files with 3 additions and 3 deletions

View File

@@ -495,8 +495,8 @@ msg_custom() {
local msg="${3:-}"
[[ -z "$msg" ]] && return
stop_spinner
printf "\e[?25h"
echo -e "${BFR:-} ${symbol} ${color}${msg}${CL:-\e[0m}"
printf "\r\033[K\e[?25h\n" # Zeile räumen, Cursor wiederherstellen und Zeilenumbruch!
}
# msg_ok() {