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

Comparing rxvt-unicode/src/init.C (file contents):
Revision 1.183 by root, Tue May 29 04:02:18 2007 UTC vs.
Revision 1.187 by root, Mon Jun 18 12:53:26 2007 UTC

199 ext_bwidth = EXTERNALBORDERWIDTH; 199 ext_bwidth = EXTERNALBORDERWIDTH;
200 lineSpace = LINESPACE; 200 lineSpace = LINESPACE;
201 saveLines = SAVELINES; 201 saveLines = SAVELINES;
202 numpix_colors = TOTAL_COLORS; 202 numpix_colors = TOTAL_COLORS;
203 203
204 refresh_limit = 1;
205 refresh_type = SLOW_REFRESH; 204 refresh_type = SLOW_REFRESH;
206 205
207 oldcursor.row = oldcursor.col = -1; 206 oldcursor.row = oldcursor.col = -1;
208#ifdef XPM_BACKGROUND 207#ifdef XPM_BACKGROUND
209 /* bgPixmap.w = bgPixmap.h = 0; */ 208 /* bgPixmap.w = bgPixmap.h = 0; */
218 set_option (Opt_jumpScroll); 217 set_option (Opt_jumpScroll);
219 set_option (Opt_secondaryScreen); 218 set_option (Opt_secondaryScreen);
220 set_option (Opt_secondaryScroll); 219 set_option (Opt_secondaryScroll);
221 set_option (Opt_pastableTabs); 220 set_option (Opt_pastableTabs);
222 set_option (Opt_intensityStyles); 221 set_option (Opt_intensityStyles);
222 set_option (Opt_iso14755_52);
223 223
224 return true; 224 return true;
225} 225}
226 226
227void 227void
1035 1035
1036 vt_ev.start (display, vt); 1036 vt_ev.start (display, vt);
1037 1037
1038#ifdef XPM_BACKGROUND 1038#ifdef XPM_BACKGROUND
1039 if (rs[Rs_backgroundPixmap] != NULL 1039 if (rs[Rs_backgroundPixmap] != NULL
1040#ifndef HAVE_AFTERIMAGE
1040 && !option (Opt_transparent)) 1041 && !option (Opt_transparent)
1042#endif
1043 )
1041 { 1044 {
1042 const char *p = rs[Rs_backgroundPixmap]; 1045 const char *p = rs[Rs_backgroundPixmap];
1043 1046
1044 if ((p = strchr (p, ';')) != NULL) 1047 if ((p = strchr (p, ';')) != NULL)
1045 { 1048 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines