/[VRac]/Screen.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /Screen.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 184 by dpavlin, Sun Sep 30 19:46:20 2007 UTC revision 190 by dpavlin, Sun Sep 30 20:13:10 2007 UTC
# Line 374  sub loop { Line 374  sub loop {
374          }          }
375  }  }
376    
377  # helper array to flip bytes for display  =head2 @flip
378    
379    Exported helper array used to flip bytes (from character roms for example)
380    
381      my $flipped = $flip[ $byte ];
382    
383    =cut
384    
385  our @flip;  our @flip;
386    
387  foreach my $i ( 0 .. 255 ) {  foreach my $i ( 0 .. 255 ) {

Legend:
Removed from v.184  
changed lines
  Added in v.190

  ViewVC Help
Powered by ViewVC 1.1.26