Update core.fun, add 3TAB formatting var

This commit is contained in:
tremor021 2025-05-14 18:34:58 +02:00
parent c4dc609202
commit 30f0deed4c

View File

@ -47,6 +47,7 @@ formatting() {
BOLD=$(echo "\033[1m")
HOLD=" "
TAB=" "
3TAB=" "
}
# ------------------------------------------------------------------------------