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

Comparing rxvt-unicode/src/rxvt.h (file contents):
Revision 1.251 by root, Tue Jan 31 18:36:35 2006 UTC vs.
Revision 1.252 by root, Tue Jan 31 19:53:31 2006 UTC

888#endif 888#endif
889 889
890/****************************************************************************/ 890/****************************************************************************/
891 891
892#ifdef KEYSYM_RESOURCE 892#ifdef KEYSYM_RESOURCE
893 class keyboard_manager; 893class keyboard_manager;
894#endif 894#endif
895 895
896struct rxvt_term : zero_initialized, rxvt_vars, rxvt_screen { 896struct rxvt_term : zero_initialized, rxvt_vars, rxvt_screen {
897
898 // special markers with magic addresses
899 static const char resval_undef []; // options specifically unset
900 static const char resval_on []; // boolean options switched on
901 static const char resval_off []; // or off
902
897 log_callback *log_hook; // log error messages through this hook, if != 0 903 log_callback *log_hook; // log error messages through this hook, if != 0
898 getfd_callback *getfd_hook; // convert remote to local fd, if != 0 904 getfd_callback *getfd_hook; // convert remote to local fd, if != 0
899#if ENABLE_PERL 905#if ENABLE_PERL
900 rxvt_perl_term perl; 906 rxvt_perl_term perl;
901#endif 907#endif
902 struct mbstate mbstate; // current input multibyte state 908 struct mbstate mbstate; // current input multibyte state

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines