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.4 by root, Sat Jan 21 08:07:39 2006 UTC vs.
Revision 1.5 by root, Sun Jan 22 11:57:06 2006 UTC

21 } else { 21 } else {
22 $move = "\x1b[C"; 22 $move = "\x1b[C";
23 } 23 }
24 24
25 my $skipped = substr $line->t, $cur, $ofs - $cur; 25 my $skipped = substr $line->t, $cur, $ofs - $cur;
26 $skipped =~ s/$urxvt::NOCHAR//g; 26 $skipped =~ s/\x{ffff}//g;
27 27
28 $self->tt_write ($move x length $skipped); 28 $self->tt_write ($move x length $skipped);
29 } 29 }
30 30
31 () 31 ()

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines