ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/hookinc.h
Revision: 1.9
Committed: Wed Jan 18 10:31:37 2006 UTC (18 years, 4 months ago) by root
Content type: text/plain
Branch: MAIN
Changes since 1.8: +1 -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
8 def (SEL_BEGIN)
9 def (SEL_EXTEND)
10 def (SEL_MAKE)
11 def (SEL_GRAB)
12
13 def (SEL_CLICK)
14
15 def (VIEW_CHANGE)
16 def (SCROLL_BACK)
17 def (LINE_UPDATE)
18 def (ADD_LINES)
19 def (OSC_SEQ)
20 def (TT_WRITE)
21
22 def (REFRESH_BEGIN)
23 def (REFRESH_END)
24
25 def (KEYBOARD_COMMAND)
26
27 def (X_EVENT)
28 def (FOCUS_IN)
29 def (FOCUS_OUT)
30 def (KEY_PRESS)
31 def (KEY_RELEASE)
32 def (BUTTON_PRESS)
33 def (BUTTON_RELEASE)
34 def (MOTION_NOTIFY)
35 def (MAP_NOTIFY)
36 def (UNMAP_NOTIFY)
37 def (CONFIGURE_NOTIFY)
38 def (CUSTOM_REND) // hovering over custom rendition, generate enter/leave maybe?