ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/hookinc.h
Revision: 1.21
Committed: Tue Jun 5 11:00:40 2012 UTC (11 years, 11 months ago) by root
Content type: text/plain
Branch: MAIN
Changes since 1.20: +2 -0 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 // all supported hooks
2
3 def (INIT)
4 def (DESTROY)
5 def (RESET)
6 def (START)
7 def (CHILD_START)
8 def (CHILD_EXIT)
9
10 def (SEL_BEGIN)
11 def (SEL_EXTEND)
12 def (SEL_MAKE)
13 def (SEL_GRAB)
14
15 def (SEL_CLICK)
16
17 def (VIEW_CHANGE)
18 def (SCROLL_BACK)
19 def (LINE_UPDATE)
20 def (ADD_LINES)
21 def (OSC_SEQ)
22 def (OSC_SEQ_PERL)
23 def (TT_WRITE)
24
25 def (REFRESH_BEGIN)
26 def (REFRESH_END)
27
28 def (USER_COMMAND)
29 def (REGISTER_COMMAND)
30
31 def (ROOT_EVENT)
32 def (X_EVENT)
33 def (FOCUS_IN)
34 def (FOCUS_OUT)
35 def (KEY_PRESS)
36 def (KEY_RELEASE)
37 def (BUTTON_PRESS)
38 def (BUTTON_RELEASE)
39 def (MOTION_NOTIFY)
40 def (MAP_NOTIFY)
41 def (UNMAP_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
51 def (XIM_PREEDIT_START)
52 def (XIM_PREEDIT_DONE)
53 def (XIM_PREEDIT_DRAW)
54 def (XIM_PREEDIT_CARET)
55
56 def (CUSTOM_REND) // hovering over custom rendition, generate enter/leave maybe?
57
58 def (BELL)
59
60 def (TT_PASTE)
61