X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;ds=sidebyside;f=tig.pl;h=1ae3e75ef5a9931868a946f1b431148251c68475;hb=43c920771edb6c465a3f21541bf6e4137ed9e023;hp=615107a993b2d8437cc2ef29bddec31e9955d402;hpb=e4c16ff97afe69adec52cbbf4b4d66455d4a3371;p=config%2Fdotfiles.git diff --git a/tig.pl b/tig.pl index 615107a..1ae3e75 100755 --- a/tig.pl +++ b/tig.pl @@ -44,7 +44,7 @@ open my $fh, '-|', $cmd or die $!; while (my $line = <$fh>) { # History graph line. - if ($line =~ m{^([|/\\ ]+)$}) { + if ($line =~ m{^([|/\\_ ]+)$}) { print colored($line, $color_graph); next; }