Skip to content

Commit

Permalink
Fixed colorize next line
Browse files Browse the repository at this point in the history
  • Loading branch information
syohex committed Aug 13, 2012
1 parent 33fb2ab commit b84d342
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Data/Difflet.pm
Expand Up @@ -37,6 +37,7 @@ sub compare {
local $BUFFER = '';
no warnings 'redefine';
local *_ = sub($) { $self->ddf(@_) };
local $Term::ANSIColor::EACHLINE = "\n";
$self->_compare(@_);
return $BUFFER;
}
Expand Down

0 comments on commit b84d342

Please sign in to comment.