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.2 by root, Thu Jan 5 01:04:10 2006 UTC vs.
Revision 1.7 by root, Wed Jan 11 00:59:58 2006 UTC

10 def (SEL_MAKE) 10 def (SEL_MAKE)
11 def (SEL_GRAB) 11 def (SEL_GRAB)
12 12
13 def (SEL_CLICK) 13 def (SEL_CLICK)
14 14
15 def (FOCUS_IN)
16 def (FOCUS_OUT)
17
18 def (VIEW_CHANGE) 15 def (VIEW_CHANGE)
19 def (SCROLL_BACK) 16 def (SCROLL_BACK)
20 def (TTY_ACTIVITY) 17 def (LINE_UPDATE)
21 def (ADD_LINES) 18 def (ADD_LINES)
22 def (OSC_SEQ) 19 def (OSC_SEQ)
20 def (TT_WRITE)
23 21
24 def (REFRESH_BEGIN) 22 def (REFRESH_BEGIN)
25 def (REFRESH_END) 23 def (REFRESH_END)
26 24
27 def (KEYBOARD_COMMAND) 25 def (KEYBOARD_COMMAND)
28 26
29 def (MOUSE_CLICK) 27 def (FOCUS_IN)
30 def (MOUSE_MOVE) 28 def (FOCUS_OUT)
29 def (KEY_PRESS)
30 def (KEY_RELEASE)
31 def (BUTTON_PRESS)
32 def (BUTTON_RELEASE)
33 def (MOTION_NOTIFY)
34 def (MAP_NOTIFY)
35 def (UNMAP_NOTIFY)
36 def (ON_CUSTOM_REND) // hovering over custom rendition, generate enter/leave maybe?

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines