rxvt-unicode changelog <= google-friendly title
+ - new on_bell perl hook (Emanuele Giaquinta).
- new iso14755 option to disable ISO 14755 at runtime (Emanuele Giaquinta).
9.07 Wed Dec 30 07:07:18 CET 2009
def (CUSTOM_REND) // hovering over custom rendition, generate enter/leave maybe?
+ def (BELL)
+
}
else
XBell (dpy, 0);
+ HOOK_INVOKE ((this, HOOK_BELL, DT_END));
#endif
}
Called when various types of ClientMessage events are received (all with
format=32, WM_PROTOCOLS or WM_PROTOCOLS:WM_DELETE_WINDOW).
+=item on_bell $term
+
+Called on receipt of a bell character.
+
=back
=cut