better highlighting for dart shiffe
authorrealraum <realraum@realraum.at>
Sun, 15 Jan 2012 02:44:54 +0000 (02:44 +0000)
committerrealraum <realraum@realraum.at>
Sun, 15 Jan 2012 02:44:54 +0000 (02:44 +0000)
dart/dart-schiffe.pl

index 7fa1b67..bf3652f 100755 (executable)
@@ -219,7 +219,7 @@ sub get_color
   {
     return 'bold red';
   } elsif ($player->{highlight}{selected}{$x}{$y}) {
-    return 'bold green';
+    return 'black on_green';
   } elsif ($player->{score}{$x}{$y} eq 'o') {
     return 'blue';
   } elsif ($player->{score}{$x}{$y} eq 'X') {