ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/hookinc.h
Revision: 1.3
Committed: Fri Jan 6 01:16:58 2006 UTC (18 years, 4 months ago) by root
Content type: text/plain
Branch: MAIN
Changes since 1.2: +1 -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 (FOCUS_IN)
16     def (FOCUS_OUT)
17    
18     def (VIEW_CHANGE)
19     def (SCROLL_BACK)
20 root 1.3 def (LINE_UPDATE)
21 root 1.2 def (ADD_LINES)
22 root 1.1 def (OSC_SEQ)
23    
24     def (REFRESH_BEGIN)
25     def (REFRESH_END)
26    
27     def (KEYBOARD_COMMAND)
28    
29     def (MOUSE_CLICK)
30     def (MOUSE_MOVE)