Merge branch 'jp/send-email-cc'
[gitweb.git] / git-send-email.perl
index 4767249e6d9ef25a6618e99a2557cd909be1573c..e0b7d1245eb78b2a74d9de3e86154ebe93f93ca4 100755 (executable)
 use Term::ReadLine;
 use Getopt::Long;
 use Data::Dumper;
+use Term::ANSIColor;
 use Git;
 
+$SIG{INT} = sub { print color("reset"), "\n"; exit };
+
 package FakeTerm;
 sub new {
        my ($class, $reason) = @_;