Update documentation for previous commit
[nethack-naodash.git] / lib / App / NAOdash.pm
index 78428a33e0eeb4e5c866d0012f8c9bb6d1a557b5..0938a4b26b1bd61ef27de3d491c9691441d5d293 100644 (file)
@@ -85,9 +85,10 @@ EOF
 
        my $rst = RESET;
        for my $check (@order) {
-               my $color = (grep { $_ eq $check } @checks) ? GREEN '✓' : RED '✗';
+               my $color = (grep { $_ eq $check } @checks) ? GREEN UNDERLINE : RED;
                $base =~ s/#([a-zA-Z-]+)/$color$1$rst/;
        }
+       $base =~ s/([A-Z ]+)\n=*/BOLD($1).RESET/ge;
 
        $base
 }
@@ -129,8 +130,8 @@ It defines two functions:
 =item B<naodash_to_ansi>(I<$stats>)
 
 Takes the result of B<naodash_user> or B<naodash_xlog> and presents it
-in a text form, using ANSI color escape sequences and unicode ticks
-(✓) and X marks (✗) to indicate the presence/absence of checks.
+in a text form, using ANSI escape sequences to indicate the
+presence/absence of checks.
 
 =item B<run>(I<$user_or_path>)
 
This page took 0.009708 seconds and 4 git commands to generate.