ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvtperl.h
(Generate patch)

Comparing rxvt-unicode/src/rxvtperl.h (file contents):
Revision 1.19 by root, Mon Jan 16 08:29:57 2006 UTC vs.
Revision 1.22 by root, Sat Aug 26 06:37:11 2006 UTC

18 18
19enum data_type { 19enum data_type {
20 DT_END, // no further arguments 20 DT_END, // no further arguments
21 DT_INT, 21 DT_INT,
22 DT_LONG, 22 DT_LONG,
23 DT_STR, // 0-terminates string 23 DT_STR, // 0-terminated string
24 DT_STR_LEN, // string + length 24 DT_STR_LEN, // string + length
25 DT_WCS_LEN, // wchar_t* + length
25 DT_WCS_LEN, // wstring + length 26 DT_LCS_LEN, // long* + length
26 DT_XEVENT, 27 DT_XEVENT,
27}; 28};
28 29
29enum hook_type { 30enum hook_type {
30# define def(sym) HOOK_ ## sym, 31# define def(sym) HOOK_ ## sym,
44{ 45{
45 char **perl_environ; 46 char **perl_environ;
46 47
47 ~rxvt_perl_interp (); 48 ~rxvt_perl_interp ();
48 49
49 void init (); 50 void init (rxvt_term *term);
50 bool invoke (rxvt_term *term, hook_type htype, ...); 51 bool invoke (rxvt_term *term, hook_type htype, ...);
51 void line_update (rxvt_term *term); 52 void line_update (rxvt_term *term);
52}; 53};
53 54
54extern struct rxvt_perl_interp rxvt_perl; 55extern struct rxvt_perl_interp rxvt_perl;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines