ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/DC/UI.pm
(Generate patch)

Comparing deliantra/Deliantra-Client/DC/UI.pm (file contents):
Revision 1.356 by root, Wed Dec 6 00:15:12 2006 UTC vs.
Revision 1.357 by root, Fri Dec 8 13:49:57 2006 UTC

1971 } elsif ($uni == 21) { # ctrl-u 1971 } elsif ($uni == 21) { # ctrl-u
1972 $text = ""; 1972 $text = "";
1973 $self->{cursor} = 0; 1973 $self->{cursor} = 0;
1974 } elsif ($uni == 27) { 1974 } elsif ($uni == 27) {
1975 $self->emit ('escape'); 1975 $self->emit ('escape');
1976 } elsif ($uni) { 1976 } elsif ($uni >= 0x20) {
1977 substr $text, $self->{cursor}++, 0, chr $uni; 1977 substr $text, $self->{cursor}++, 0, chr $uni;
1978 } else { 1978 } else {
1979 return 0; 1979 return 0;
1980 } 1980 }
1981 1981

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines