ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/hookinc.h
(Generate patch)

Comparing rxvt-unicode/src/hookinc.h (file contents):
Revision 1.5 by root, Sat Jan 7 20:23:52 2006 UTC vs.
Revision 1.9 by root, Wed Jan 18 10:31:37 2006 UTC

15 def (VIEW_CHANGE) 15 def (VIEW_CHANGE)
16 def (SCROLL_BACK) 16 def (SCROLL_BACK)
17 def (LINE_UPDATE) 17 def (LINE_UPDATE)
18 def (ADD_LINES) 18 def (ADD_LINES)
19 def (OSC_SEQ) 19 def (OSC_SEQ)
20 def (TT_WRITE)
20 21
21 def (REFRESH_BEGIN) 22 def (REFRESH_BEGIN)
22 def (REFRESH_END) 23 def (REFRESH_END)
23 24
24 def (KEYBOARD_COMMAND) 25 def (KEYBOARD_COMMAND)
25 26
27 def (X_EVENT)
26 def (FOCUS_IN) 28 def (FOCUS_IN)
27 def (FOCUS_OUT) 29 def (FOCUS_OUT)
28 def (KEY_PRESS) 30 def (KEY_PRESS)
29 def (KEY_RELEASE) 31 def (KEY_RELEASE)
30 def (BUTTON_PRESS) 32 def (BUTTON_PRESS)
31 def (BUTTON_RELEASE) 33 def (BUTTON_RELEASE)
32 def (MOTION_NOTIFY) 34 def (MOTION_NOTIFY)
33 def (MAP_NOTIFY) 35 def (MAP_NOTIFY)
34 def (UNMAP_NOTIFY) 36 def (UNMAP_NOTIFY)
37 def (CONFIGURE_NOTIFY)
38 def (CUSTOM_REND) // hovering over custom rendition, generate enter/leave maybe?

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines