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.226 by ayin, Tue Dec 11 17:42:04 2007 UTC vs.
Revision 1.227 by ayin, Wed Dec 12 09:33:48 2007 UTC

280#if OFF_FOCUS_FADING 280#if OFF_FOCUS_FADING
281 "rgb:00/00/00", 281 "rgb:00/00/00",
282#endif 282#endif
283 }; 283 };
284 284
285bool 285void
286rxvt_term::init_vars () 286rxvt_term::init_vars ()
287{ 287{
288 pix_colors = // 288 pix_colors = //
289 pix_colors_focused = new rxvt_color [TOTAL_COLORS]; 289 pix_colors_focused = new rxvt_color [TOTAL_COLORS];
290#ifdef OFF_FOCUS_FADING 290#ifdef OFF_FOCUS_FADING
316 set_option (Opt_secondaryScreen); 316 set_option (Opt_secondaryScreen);
317 set_option (Opt_secondaryScroll); 317 set_option (Opt_secondaryScroll);
318 set_option (Opt_pastableTabs); 318 set_option (Opt_pastableTabs);
319 set_option (Opt_intensityStyles); 319 set_option (Opt_intensityStyles);
320 set_option (Opt_iso14755_52); 320 set_option (Opt_iso14755_52);
321
322 return true;
323} 321}
324 322
325void 323void
326rxvt_term::init_secondary () 324rxvt_term::init_secondary ()
327{ 325{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines