/[iselect]/bin/iselect.pl
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 /bin/iselect.pl

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

revision 8 by dpavlin, Thu Oct 25 14:52:56 2007 UTC revision 9 by dpavlin, Thu Oct 25 14:55:00 2007 UTC
# Line 56  my $status_lines = 3; Line 56  my $status_lines = 3;
56  my $selectable_line;  my $selectable_line;
57    
58  for my $l (0 .. $#lines) {  for my $l (0 .. $#lines) {
59          if ($lines[$l] !~ s/^{s}//) {          if ($lines[$l] =~ s/^{s}//) {
60                  $selectable_line->{$l}++;                  $selectable_line->{$l}++;
61          }          }
62  }  }

Legend:
Removed from v.8  
changed lines
  Added in v.9

  ViewVC Help
Powered by ViewVC 1.1.26