aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions b/functions
index 8c0d3a2..ff9a05c 100644
--- a/functions
+++ b/functions
@@ -39,7 +39,7 @@ calc_columns () {
if [[ -t 1 ]]; then
SAVE_POSITION="\e[s"
RESTORE_POSITION="\e[u"
- DEL_TEXT="\e[$((STAT_COL+4))G"
+ DEL_TEXT="\e[$(( STAT_COL + 4 ))G"
else
SAVE_POSITION=""
RESTORE_POSITION=""