ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/hookinc.h
Revision: 1.1
Committed: Wed Jan 4 02:37:30 2006 UTC (18 years, 5 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: rel-6_3
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 (FOCUS_IN)
16     def (FOCUS_OUT)
17    
18     def (VIEW_CHANGE)
19     def (SCROLL_BACK)
20     def (TTY_ACTIVITY)
21     def (OSC_SEQ)
22    
23     def (REFRESH_BEGIN)
24     def (REFRESH_END)
25    
26     def (KEYBOARD_COMMAND)
27    
28     def (MOUSE_CLICK)
29     def (MOUSE_MOVE)