Skip to content

Commit

Permalink
Merge pull request #48 from hradecek/hradecek/transparency
Browse files Browse the repository at this point in the history
Fix transparency issues
  • Loading branch information
k4rthik committed Feb 17, 2015
2 parents 8d28a84 + 6ff8f60 commit 750303c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-cal
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ sub print_block {
$_
= ( $format eq "ascii" ) ? "${ascii[$index]} "
: ( $format eq "unicode" ) ? "${unicode[$index]} "
: "\e[40;38;5;$colors[$index]m\x{25fc} \e[0m";
: "\e[38;5;$colors[$index]m\x{25fc} \e[0m";
print;
}

Expand Down

0 comments on commit 750303c

Please sign in to comment.