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

Comparing deliantra/Deliantra-Client/DC/Protocol.pm (file contents):
Revision 1.74 by root, Sun Aug 13 18:48:56 2006 UTC vs.
Revision 1.75 by root, Sun Aug 13 19:47:05 2006 UTC

1044 padding_y => 0, 1044 padding_y => 0,
1045 on_button_up => sub { 1045 on_button_up => sub {
1046 $self->send ($kw); 1046 $self->send ($kw);
1047 }; 1047 };
1048 1048
1049 chr 0xfffc 1049 "\x{fffc}"
1050 }giex; 1050 }giex;
1051 1051
1052 $self->{textview}->add_paragraph ({ markup => $text, widget => \@link }); 1052 $self->{textview}->add_paragraph ({ markup => $text, widget => \@link });
1053 $self->{textview}->scroll_to_bottom; 1053 $self->{textview}->scroll_to_bottom;
1054 $self->update_options; 1054 $self->update_options;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines