bugfix: color repr
This commit is contained in:
parent
2e96e31a5b
commit
760c33b225
@ -324,6 +324,8 @@ __view_week() {
|
||||
symb="$FAINT$CYAN"
|
||||
elif [ "$status" = "CANCELLED" ]; then
|
||||
symb="$STRIKE"
|
||||
else
|
||||
symb=""
|
||||
fi
|
||||
description="${symb:-}$*$OFF"
|
||||
for i in $(seq 0 7); do
|
||||
|
Loading…
Reference in New Issue
Block a user