From 7b7001cf7025509a15660131dfe6b8832eda5a8f Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 19 Jun 2025 13:49:02 +0200 Subject: [PATCH] adding tab --- misc/core.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/core.func b/misc/core.func index a58c0d22..2c5410ae 100644 --- a/misc/core.func +++ b/misc/core.func @@ -446,7 +446,7 @@ msg_info() { if [[ "${VERBOSE:-no}" == "no" && -t 2 ]]; then start_spinner "$msg" else - printf "\r\e[2K%s %b" "⏳" "${YW}${msg}${CL}" >&2 + printf "\r\e[2K%s %b"${TAB}"" "⏳" "${YW}${msg}${CL}" >&2 fi }