bugfix: color repr
This commit is contained in:
parent
2e96e31a5b
commit
760c33b225
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user