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.27 by sf-exg, Mon Oct 13 17:05:32 2014 UTC

1// all supported hooks 1// all supported hooks
2
3 def (INIT) 2 def (INIT)
4 def (DESTROY) 3 def (DESTROY)
5 def (RESET) 4 def (RESET)
6 def (START) 5 def (START)
7 def (CHILD_START) 6 def (CHILD_START)
17 def (VIEW_CHANGE) 16 def (VIEW_CHANGE)
18 def (SCROLL_BACK) 17 def (SCROLL_BACK)
19 def (LINE_UPDATE) 18 def (LINE_UPDATE)
20 def (ADD_LINES) 19 def (ADD_LINES)
21 def (OSC_SEQ) 20 def (OSC_SEQ)
21 def (OSC_SEQ_PERL)
22 def (TT_WRITE) 22 def (TT_WRITE)
23 23
24 def (REFRESH_BEGIN) 24 def (REFRESH_BEGIN)
25 def (REFRESH_END) 25 def (REFRESH_END)
26 26
27 def (ACTION)
27 def (KEYBOARD_COMMAND) 28 def (USER_COMMAND)
29 def (REGISTER_COMMAND)
28 30
31 def (ROOT_EVENT)
29 def (X_EVENT) 32 def (X_EVENT)
30 def (FOCUS_IN) 33 def (FOCUS_IN)
31 def (FOCUS_OUT) 34 def (FOCUS_OUT)
32 def (KEY_PRESS) 35 def (KEY_PRESS)
33 def (KEY_RELEASE) 36 def (KEY_RELEASE)
35 def (BUTTON_RELEASE) 38 def (BUTTON_RELEASE)
36 def (MOTION_NOTIFY) 39 def (MOTION_NOTIFY)
37 def (MAP_NOTIFY) 40 def (MAP_NOTIFY)
38 def (UNMAP_NOTIFY) 41 def (UNMAP_NOTIFY)
39 def (CONFIGURE_NOTIFY) 42 def (CONFIGURE_NOTIFY)
43 def (CLIENT_MESSAGE)
44 def (WM_DELETE_WINDOW)
45 def (WM_PROTOCOLS)
46 def (PROPERTY_NOTIFY)
47 def (RESIZE_ALL_WINDOWS)
48 def (SIZE_CHANGE)
49 def (POSITION_CHANGE)
50 def (ROOTPMAP_CHANGE)
51
52 def (XIM_PREEDIT_START)
53 def (XIM_PREEDIT_DONE)
54 def (XIM_PREEDIT_DRAW)
55 def (XIM_PREEDIT_CARET)
56
40 def (CUSTOM_REND) // hovering over custom rendition, generate enter/leave maybe? 57 def (CUSTOM_REND) // hovering over custom rendition, generate enter/leave maybe?
58
59 def (BELL)
60
61 def (TT_PASTE)
62

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines