--- rxvt-unicode/src/urxvt.pm 2014/04/26 20:51:12 1.230 +++ rxvt-unicode/src/urxvt.pm 2014/05/02 20:33:56 1.232 @@ -292,13 +292,6 @@ The event is simply the action string. This interface is going away in preference to the C<< ->register_keysym_action >> method. -=item on_register_command $term, $keysym, $modifiermask, $string - -Called after parsing a keysym resource but before registering the -associated binding. If this hook returns a true value the binding -is not registered. It can be used to modify a binding by calling -C. - =item on_resize_all_windows $term, $new_width, $new_height Called just after the new window size has been calculated, but before @@ -353,8 +346,6 @@ C additionally receives the string rxvt-unicode would output, if any, in locale-specific encoding. -subwindow. - =item on_client_message $term, $event =item on_wm_protocols $term, $event @@ -1268,13 +1259,6 @@ Adds a key binding exactly as specified via a resource. See the C resource in the urxvt(1) manpage. -=item $term->register_command ($keysym, $modifiermask, $string) - -Adds a key binding. This is a lower level api compared to -C, as it expects a parsed key description, and can be -used only inside either the C hook, to add a binding, or the -C hook, to modify a parsed binding. - =item $rend = $term->rstyle ([$new_rstyle]) Return and optionally change the current rendition. Text that is output by