From: root Date: Fri, 6 Jan 2006 03:40:19 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=69c9924fa70be1fd0d5259fc7fc9bf7c3899e8c3;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/src/urxvt.pm b/src/urxvt.pm index 24624efe..6b06c1ff 100644 --- a/src/urxvt.pm +++ b/src/urxvt.pm @@ -263,6 +263,21 @@ Called whenever the user presses a key combination that has a C action bound to it (see description of the B resource in the @@RXVT_NAME@@(1) manpage). +=item on_key_press $term, $event + +=item on_key_release $term, $event + +=item on_button_press $term, $event + +=item on_button_release $term, $event + +=item on_motion_notify $term, $event + +Called whenever the corresponding X event is received for the terminal. If +the hook returns true, then the even will be ignored by rxvt-unicode. + +subwindow. + =back =head2 Variables in the C Package