rxvtperl.h (rxvt-unicode-9.26.tar.bz2) | : | rxvtperl.h (rxvt-unicode-9.29.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 61 | skipping to change at line 61 | |||
{ | { | |||
char **perl_environ; | char **perl_environ; | |||
#if 0 // see rxvtperl.xs | #if 0 // see rxvtperl.xs | |||
~rxvt_perl_interp (); | ~rxvt_perl_interp (); | |||
#endif | #endif | |||
void init (); | void init (); | |||
void init (rxvt_term *term); | void init (rxvt_term *term); | |||
void eval (const char *str); | void eval (const char *str); | |||
bool invoke (rxvt_term *term, hook_type htype, ...); | bool invoke (rxvt_term *term, int htype, ...); | |||
void line_update (rxvt_term *term); | void line_update (rxvt_term *term); | |||
void selection_finish (rxvt_selection *sel, char *data, unsigned int len); | void selection_finish (rxvt_selection *sel, char *data, unsigned int len); | |||
void usage (rxvt_term *term, int type); | void usage (rxvt_term *term, int type); | |||
enum | enum | |||
{ | { | |||
RESOURCE_AVAILABLE = 1, // whether the option is valid | RESOURCE_AVAILABLE = 1, // whether the option is valid | |||
RESOURCE_ARG = 2 // whether the option eats the next arg | RESOURCE_ARG = 2 // whether the option eats the next arg | |||
}; | }; | |||
uint8_t parse_resource (rxvt_term *term, const char *name, bool arg, bool long opt, bool flag, const char *value); | uint8_t parse_resource (rxvt_term *term, const char *name, bool arg, bool long opt, bool flag, const char *value); | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |