From 69c9924fa70be1fd0d5259fc7fc9bf7c3899e8c3 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 6 Jan 2006 03:40:19 +0000 Subject: [PATCH] *** empty log message *** --- src/urxvt.pm | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 -- 2.34.1