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.242 by root, Wed Jan 25 02:42:06 2006 UTC vs.
Revision 1.243 by root, Wed Jan 25 02:53:13 2006 UTC

1066 void scr_overlay_set (int x, int y, const wchar_t *s) NOTHROW; 1066 void scr_overlay_set (int x, int y, const wchar_t *s) NOTHROW;
1067#endif 1067#endif
1068 1068
1069 vector<void *> allocated; // free these memory blocks with free() 1069 vector<void *> allocated; // free these memory blocks with free()
1070 1070
1071 char *env_windowid; /* environmental variable WINDOWID */ 1071 char env_windowid[21]; /* environmental variable WINDOWID */
1072 char env_colorfgbg[sizeof ("COLORFGBG=default;default;bg") + 1];
1072 char *env_display; /* environmental variable DISPLAY */ 1073 char *env_display; /* environmental variable DISPLAY */
1073 char *env_term; /* environmental variable TERM */ 1074 char *env_term; /* environmental variable TERM */
1074 char *env_colorfgbg; 1075
1075 char *locale; 1076 char *locale;
1076 char charsets[4]; 1077 char charsets[4];
1077 char *v_buffer; /* pointer to physical buffer */ 1078 char *v_buffer; /* pointer to physical buffer */
1078 unsigned int v_buflen; /* size of area to write */ 1079 unsigned int v_buflen; /* size of area to write */
1079 stringvec *argv, *envv; /* if != 0, will be freed on destroy time */ 1080 stringvec *argv, *envv; /* if != 0, will be freed at destroy time */
1080 1081
1081#ifdef KEYSYM_RESOURCE 1082#ifdef KEYSYM_RESOURCE
1082 keyboard_manager *keyboard; 1083 keyboard_manager *keyboard;
1083#endif 1084#endif
1084 1085

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines