ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/perl/readline
(Generate patch)

Comparing rxvt-unicode/src/perl/readline (file contents):
Revision 1.8 by root, Sun Feb 12 05:31:53 2006 UTC vs.
Revision 1.9 by root, Mon Feb 20 20:46:54 2006 UTC

52 52
53 my $skipped = substr $line->t, $cur, $ofs - $cur; 53 my $skipped = substr $line->t, $cur, $ofs - $cur;
54 $skipped =~ s/\x{ffff}//g; 54 $skipped =~ s/\x{ffff}//g;
55 55
56 $self->tt_write ($move x length $skipped); 56 $self->tt_write ($move x length $skipped);
57
58 return 1;
57 } 59 }
58 60
59 () 61 ()
60} 62}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines