"ABORTING TRANSACTION" in bold + underline

This commit is contained in:
RevBar 2011-06-10 01:21:28 +02:00
parent 7cbedf40ea
commit 9b9c255a1c

View file

@ -48,7 +48,7 @@ select *TEE;
print "\e[0m\n\n\nWelcome to the RevBank Shell";
my $at = "ABORTING TRANSACTION.";
my $at = "\e[1;4mABORTING TRANSACTION.\e[0m";
my $readline = Term::ReadLine->new($0);
$readline->ornaments('me,md,,');