Skip to content

Commit 074d6fa

Browse files
committed
quickfix: broken formatting in verbose spinner
1 parent 8dfacb9 commit 074d6fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

misc/core.func

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ icons() {
195195
CREATING="${TAB}🚀${TAB}${CL}"
196196
ADVANCED="${TAB}🧩${TAB}${CL}"
197197
FUSE="${TAB}🗂️${TAB}${CL}"
198+
HOURGLASS="${TAB}⏳${TAB}"
198199
}
199200

200201
# ------------------------------------------------------------------------------
@@ -446,7 +447,7 @@ msg_info() {
446447
if [[ "${VERBOSE:-no}" == "no" && -t 2 ]]; then
447448
start_spinner "$msg"
448449
else
449-
printf "\r\e[2K%s %b"${TAB}"" "⏳" "${YW}${msg}${CL}" >&2
450+
printf "\r\e[2K%s %b" "$HOURGLASS" "${YW}${msg}${CL}" >&2
450451
fi
451452
}
452453

0 commit comments

Comments
 (0)