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

Comparing deliantra/Deliantra-Client/DC/MapWidget.pm (file contents):
Revision 1.41 by root, Sun May 28 02:31:03 2006 UTC vs.
Revision 1.42 by root, Mon May 29 18:33:23 2006 UTC

155 $self->{ctrl}++; 155 $self->{ctrl}++;
156 $::CONN->user_send ("run $DIR{$sym}[0]"); 156 $::CONN->user_send ("run $DIR{$sym}[0]");
157 } else { 157 } else {
158 $::CONN->user_send ("$DIR{$sym}[1]"); 158 $::CONN->user_send ("$DIR{$sym}[1]");
159 } 159 }
160 } elsif ($ev->{unicode}) { 160 } elsif ((ord 'a') <= $uni && $uni <= (ord 'z')) {
161 $self->{completer}->key_down ($ev); 161 $self->{completer}->key_down ($ev);
162 $self->{completer}->show; 162 $self->{completer}->show;
163 } 163 }
164} 164}
165 165

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines