Update core.fun, add TAB3 formatting var

This commit is contained in:
tremor021 2025-05-14 18:35:46 +02:00
parent 30f0deed4c
commit 1b8c74a3b3

View File

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