ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/typemap.iom
Revision: 1.1
Committed: Thu Dec 14 17:33:53 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 rxvt_term * T_TERM
2    
3     overlay * T_OVERLAY
4    
5     Time T_UV
6     Atom T_UV
7     Window T_UV
8    
9    
10     INPUT
11    
12     T_TERM
13     $var = SvTERM ($arg);
14     T_OVERLAY
15     $var = SvOVERLAY ($arg);
16    
17    
18     OUTPUT
19    
20     T_TERM
21     $arg = newSVterm ($var);
22