ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/hookinc.h
Revision: 1.8
Committed: Fri Jan 13 04:59:04 2006 UTC (18 years, 4 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: rel-7_0
Changes since 1.7: +2 -1 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.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 root 1.3 def (LINE_UPDATE)
18 root 1.2 def (ADD_LINES)
19 root 1.1 def (OSC_SEQ)
20 root 1.6 def (TT_WRITE)
21 root 1.1
22     def (REFRESH_BEGIN)
23     def (REFRESH_END)
24    
25     def (KEYBOARD_COMMAND)
26    
27 root 1.8 def (X_EVENT)
28 root 1.5 def (FOCUS_IN)
29     def (FOCUS_OUT)
30 root 1.4 def (KEY_PRESS)
31     def (KEY_RELEASE)
32     def (BUTTON_PRESS)
33     def (BUTTON_RELEASE)
34     def (MOTION_NOTIFY)
35 root 1.5 def (MAP_NOTIFY)
36     def (UNMAP_NOTIFY)
37 root 1.8 def (CUSTOM_REND) // hovering over custom rendition, generate enter/leave maybe?