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

Comparing rxvt-unicode/src/urxvt.pm (file contents):
Revision 1.203 by sf-exg, Fri Dec 2 09:03:43 2011 UTC vs.
Revision 1.206 by root, Tue Jun 5 21:06:15 2012 UTC

942 urxvt::warn ($msg); 942 urxvt::warn ($msg);
943 }; 943 };
944} 944}
945 945
946no warnings 'utf8'; 946no warnings 'utf8';
947
948sub resource {
949 my ($term, $name, $isarg, $flag, $value) = @_;
950
951 warn "resourece<@_>\n";#d#
952
953 0
954}
947 955
948my $verbosity = $ENV{URXVT_PERL_VERBOSITY}; 956my $verbosity = $ENV{URXVT_PERL_VERBOSITY};
949 957
950sub verbose { 958sub verbose {
951 my ($level, $msg) = @_; 959 my ($level, $msg) = @_;
1629Adds the specified events to the vt event mask. Useful e.g. when you want 1637Adds the specified events to the vt event mask. Useful e.g. when you want
1630to receive pointer events all the times: 1638to receive pointer events all the times:
1631 1639
1632 $term->vt_emask_add (urxvt::PointerMotionMask); 1640 $term->vt_emask_add (urxvt::PointerMotionMask);
1633 1641
1642=item $term->set_urgency ($set)
1643
1644Enable/disable the urgency hint on the toplevel window.
1645
1634=item $term->focus_in 1646=item $term->focus_in
1635 1647
1636=item $term->focus_out 1648=item $term->focus_out
1637 1649
1638=item $term->key_press ($state, $keycode[, $time]) 1650=item $term->key_press ($state, $keycode[, $time])

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines