From 1b8c74a3b385c78727634052518441f7d1ba08db Mon Sep 17 00:00:00 2001 From: tremor021 Date: Wed, 14 May 2025 18:35:46 +0200 Subject: [PATCH] Update core.fun, add TAB3 formatting var --- misc/core.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/core.func b/misc/core.func index 0023eb4..9cfbfe9 100644 --- a/misc/core.func +++ b/misc/core.func @@ -47,7 +47,7 @@ formatting() { BOLD=$(echo "\033[1m") HOLD=" " TAB=" " - 3TAB=" " + TAB3=" " } # ------------------------------------------------------------------------------