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.35 by root, Tue Sep 4 22:41:12 2012 UTC vs.
Revision 1.36 by root, Sat May 25 23:14:08 2013 UTC

400 400
401# helper extension implementing the subwindows of a tabbed terminal. 401# helper extension implementing the subwindows of a tabbed terminal.
402# simply proxies all interesting calls back to the tabbed class. 402# simply proxies all interesting calls back to the tabbed class.
403 403
404{ 404{
405 for my $hook qw(start destroy key_press property_notify) { 405 for my $hook (qw(start destroy key_press property_notify)) {
406 eval qq{ 406 eval qq{
407 sub on_$hook { 407 sub on_$hook {
408 my \$parent = \$_[0]{term}{parent} 408 my \$parent = \$_[0]{term}{parent}
409 or return; 409 or return;
410 \$parent->tab_$hook (\@_) 410 \$parent->tab_$hook (\@_)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines