projects
/
svn42.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fa78e6
)
better highlighting for dart shiffe
author
realraum
<realraum@realraum.at>
Sun, 15 Jan 2012 02:44:54 +0000
(
02:44
+0000)
committer
realraum
<realraum@realraum.at>
Sun, 15 Jan 2012 02:44:54 +0000
(
02:44
+0000)
dart/dart-schiffe.pl
patch
|
blob
|
history
diff --git
a/dart/dart-schiffe.pl
b/dart/dart-schiffe.pl
index
7fa1b67
..
bf3652f
100755
(executable)
--- a/
dart/dart-schiffe.pl
+++ b/
dart/dart-schiffe.pl
@@
-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') {