--- rxvt-unicode/src/hookinc.h 2006/01/04 02:37:30 1.1 +++ rxvt-unicode/src/hookinc.h 2006/01/06 03:40:19 1.4 @@ -17,7 +17,8 @@ def (VIEW_CHANGE) def (SCROLL_BACK) - def (TTY_ACTIVITY) + def (LINE_UPDATE) + def (ADD_LINES) def (OSC_SEQ) def (REFRESH_BEGIN) @@ -25,5 +26,8 @@ def (KEYBOARD_COMMAND) - def (MOUSE_CLICK) - def (MOUSE_MOVE) + def (KEY_PRESS) + def (KEY_RELEASE) + def (BUTTON_PRESS) + def (BUTTON_RELEASE) + def (MOTION_NOTIFY)