--- rxvt-unicode/src/hookinc.h 2006/01/06 03:40:19 1.4 +++ rxvt-unicode/src/hookinc.h 2006/01/20 11:02:46 1.11 @@ -4,6 +4,8 @@ def (DESTROY) def (RESET) def (START) + def (CHILD_START) + def (CHILD_EXIT) def (SEL_BEGIN) def (SEL_EXTEND) @@ -12,22 +14,32 @@ def (SEL_CLICK) - def (FOCUS_IN) - def (FOCUS_OUT) - def (VIEW_CHANGE) def (SCROLL_BACK) def (LINE_UPDATE) def (ADD_LINES) def (OSC_SEQ) + def (TT_WRITE) def (REFRESH_BEGIN) def (REFRESH_END) def (KEYBOARD_COMMAND) + def (X_EVENT) + def (FOCUS_IN) + def (FOCUS_OUT) def (KEY_PRESS) def (KEY_RELEASE) def (BUTTON_PRESS) def (BUTTON_RELEASE) def (MOTION_NOTIFY) + def (MAP_NOTIFY) + def (UNMAP_NOTIFY) + def (CONFIGURE_NOTIFY) + def (CLIENT_MESSAGE) + def (WM_DELETE_WINDOW) + def (WM_PROTOCOLS) + + def (CUSTOM_REND) // hovering over custom rendition, generate enter/leave maybe? +