bugfix: color repr

This commit is contained in:
Ämin Baumeler 2025-06-17 15:39:13 +02:00
parent 2e96e31a5b
commit 760c33b225

View File

@ -324,6 +324,8 @@ __view_week() {
symb="$FAINT$CYAN" symb="$FAINT$CYAN"
elif [ "$status" = "CANCELLED" ]; then elif [ "$status" = "CANCELLED" ]; then
symb="$STRIKE" symb="$STRIKE"
else
symb=""
fi fi
description="${symb:-}$*$OFF" description="${symb:-}$*$OFF"
for i in $(seq 0 7); do for i in $(seq 0 7); do