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.10 by root, Thu Jan 19 09:47:15 2006 UTC vs.
Revision 1.19 by sf-exg, Sat Jul 24 10:20:26 2010 UTC

17 def (VIEW_CHANGE) 17 def (VIEW_CHANGE)
18 def (SCROLL_BACK) 18 def (SCROLL_BACK)
19 def (LINE_UPDATE) 19 def (LINE_UPDATE)
20 def (ADD_LINES) 20 def (ADD_LINES)
21 def (OSC_SEQ) 21 def (OSC_SEQ)
22 def (OSC_SEQ_PERL)
22 def (TT_WRITE) 23 def (TT_WRITE)
23 24
24 def (REFRESH_BEGIN) 25 def (REFRESH_BEGIN)
25 def (REFRESH_END) 26 def (REFRESH_END)
26 27
27 def (KEYBOARD_COMMAND) 28 def (USER_COMMAND)
28 29
30 def (ROOT_EVENT)
29 def (X_EVENT) 31 def (X_EVENT)
30 def (FOCUS_IN) 32 def (FOCUS_IN)
31 def (FOCUS_OUT) 33 def (FOCUS_OUT)
32 def (KEY_PRESS) 34 def (KEY_PRESS)
33 def (KEY_RELEASE) 35 def (KEY_RELEASE)
35 def (BUTTON_RELEASE) 37 def (BUTTON_RELEASE)
36 def (MOTION_NOTIFY) 38 def (MOTION_NOTIFY)
37 def (MAP_NOTIFY) 39 def (MAP_NOTIFY)
38 def (UNMAP_NOTIFY) 40 def (UNMAP_NOTIFY)
39 def (CONFIGURE_NOTIFY) 41 def (CONFIGURE_NOTIFY)
42 def (CLIENT_MESSAGE)
43 def (WM_DELETE_WINDOW)
44 def (WM_PROTOCOLS)
45 def (PROPERTY_NOTIFY)
46 def (RESIZE_ALL_WINDOWS)
47
48 def (XIM_PREEDIT_START)
49 def (XIM_PREEDIT_DONE)
50 def (XIM_PREEDIT_DRAW)
51 def (XIM_PREEDIT_CARET)
52
40 def (CUSTOM_REND) // hovering over custom rendition, generate enter/leave maybe? 53 def (CUSTOM_REND) // hovering over custom rendition, generate enter/leave maybe?
54
55 def (BELL)
56
57 def (TT_PASTE)
58

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines