projects
/
svn42.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
301b757
)
clear screen before score boards gets drawn
author
Christian Pointner
<equinox@realraum.at>
Sun, 15 Jan 2012 00:42:17 +0000
(
00:42
+0000)
committer
Christian Pointner
<equinox@realraum.at>
Sun, 15 Jan 2012 00:42:17 +0000
(
00:42
+0000)
dart/Dart.pm
patch
|
blob
|
history
diff --git
a/dart/Dart.pm
b/dart/Dart.pm
index
3e5dbca
..
51f3554
100644
(file)
--- a/
dart/Dart.pm
+++ b/
dart/Dart.pm
@@
-90,6
+90,7
@@
sub run
$self->{sound_out_fh}=$sound_out_fh;
push @history, Clone::clone($self);
+ print "\033[2J";
$self->callback('before_shoot');
#while ( my $shoot_data = <$data_in_fh>)
while ( my $shoot_data = <STDIN>)
@@
-117,6
+118,7
@@
sub run
next;
}
push @history, Clone::clone($self);
+ print "\033[2J";
$self->callback('before_shoot');
}
}