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.3 by root, Mon Jan 2 20:35:39 2006 UTC vs.
Revision 1.7 by root, Wed Jan 4 02:37:30 2006 UTC

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,
19 DT_XEVENT,
18}; 20};
19 21
20enum hook_type { 22enum hook_type {
21 HOOK_INIT = 0, // special, hardcoded 23# define def(sym) HOOK_ ## sym,
22 HOOK_DESTROY = 1, // values in urxvt.pm 24# include "hookinc.h"
23 HOOK_RESET, 25# undef def
24 HOOK_START,
25
26 HOOK_SEL_BEGIN,
27 HOOK_SEL_EXTEND,
28 HOOK_SEL_MAKE,
29 HOOK_SEL_GRAB,
30
31 HOOK_FOCUS_IN,
32 HOOK_FOCUS_OUT,
33
34 HOOK_VIEW_CHANGE,
35 HOOK_SCROLL_BACK,
36 HOOK_TTY_ACTIVITY,
37
38 HOOK_REFRESH_BEGIN,
39 HOOK_REFRESH_END,
40
41 HOOK_NUM, 26 HOOK_NUM,
42}; 27};
43 28
44struct rxvt_perl_interp 29struct rxvt_perl_interp
45{ 30{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines