"ABORTING TRANSACTION" in bold + underline
This commit is contained in:
parent
7cbedf40ea
commit
9b9c255a1c
1 changed files with 1 additions and 1 deletions
2
revbank
2
revbank
|
@ -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,,');
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue