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

Comparing rxvt-unicode/src/perl/tabbed (file contents):
Revision 1.25 by root, Sun Jun 15 14:54:44 2008 UTC vs.
Revision 1.26 by sf-exg, Mon Sep 26 10:12:30 2011 UTC

168 $self->{cur}->focus_out; 168 $self->{cur}->focus_out;
169 169
170 () 170 ()
171} 171}
172 172
173sub on_tt_write {
174 my ($self, $octets) = @_;
175
176 $self->{cur}->tt_write ($octets);
177
178 1
179}
180
173sub on_key_press { 181sub on_key_press {
174 my ($self, $event) = @_; 182 my ($self, $event) = @_;
175 183
176 $self->{cur}->key_press ($event->{state}, $event->{keycode}, $event->{time}); 184 $self->{cur}->key_press ($event->{state}, $event->{keycode}, $event->{time});
177 185

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines