ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/hookinc.h
Revision: 1.5
Committed: Sat Jan 7 20:23:52 2006 UTC (18 years, 5 months ago) by root
Content type: text/plain
Branch: MAIN
Changes since 1.4: +4 -3 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    
21     def (REFRESH_BEGIN)
22     def (REFRESH_END)
23    
24     def (KEYBOARD_COMMAND)
25    
26 root 1.5 def (FOCUS_IN)
27     def (FOCUS_OUT)
28 root 1.4 def (KEY_PRESS)
29     def (KEY_RELEASE)
30     def (BUTTON_PRESS)
31     def (BUTTON_RELEASE)
32     def (MOTION_NOTIFY)
33 root 1.5 def (MAP_NOTIFY)
34     def (UNMAP_NOTIFY)