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.7 by root, Wed Jan 4 02:37:30 2006 UTC vs.
Revision 1.11 by root, Fri Jan 6 17:03:14 2006 UTC

4 4
5#ifndef RXVTPERL_H_ 5#ifndef RXVTPERL_H_
6#define RXVTPERL_H_ 6#define RXVTPERL_H_
7 7
8#if ENABLE_PERL 8#if ENABLE_PERL
9# define SHOULD_INVOKE(htype) rxvt_perl.should_invoke [htype]
10# define HOOK_INVOKE(args) rxvt_perl.invoke args
9 11
10#include "rxvt.h" 12#include "rxvt.h"
11
12#define PERL_INVOKE(args) rxvt_perl.invoke args
13 13
14enum data_type { 14enum data_type {
15 DT_END, 15 DT_END,
16 DT_INT, 16 DT_INT,
17 DT_LONG, 17 DT_LONG,
18 DT_STRING, 18 DT_STRING,
19 DT_STRING_LEN,
20 DT_USTRING_LEN,
19 DT_XEVENT, 21 DT_XEVENT,
20}; 22};
21 23
22enum hook_type { 24enum hook_type {
23# define def(sym) HOOK_ ## sym, 25# define def(sym) HOOK_ ## sym,
33 35
34 bool should_invoke[HOOK_NUM]; 36 bool should_invoke[HOOK_NUM];
35 37
36 void init (); 38 void init ();
37 bool invoke (rxvt_term *term, hook_type htype, ...); 39 bool invoke (rxvt_term *term, hook_type htype, ...);
40 void line_update (rxvt_term *term);
38}; 41};
39 42
40extern struct rxvt_perl_interp rxvt_perl; 43extern struct rxvt_perl_interp rxvt_perl;
41 44
42#else 45#else
46# define SHOULD_INVOKE(htype) false
43# define PERL_INVOKE(args) false 47# define HOOK_INVOKE(args) false
44#endif 48#endif
45 49
46#endif 50#endif
47 51

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines