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.105 by root, Mon Jan 17 00:59:23 2005 UTC vs.
Revision 1.107 by root, Wed Feb 2 08:09:23 2005 UTC

206 206
207bool 207bool
208rxvt_term::init_vars () 208rxvt_term::init_vars ()
209{ 209{
210 sw_term.start (SIGTERM); 210 sw_term.start (SIGTERM);
211 sw_int.start (SIGINT);
211 212
212 pix_colors_focused = new rxvt_color [TOTAL_COLORS]; 213 pix_colors_focused = new rxvt_color [TOTAL_COLORS];
213#ifdef OFF_FOCUS_FADING 214#ifdef OFF_FOCUS_FADING
214 pix_colors_unfocused = new rxvt_color [TOTAL_COLORS]; 215 pix_colors_unfocused = new rxvt_color [TOTAL_COLORS];
215#endif 216#endif
252 last_bot = last_state = -1; 253 last_bot = last_state = -1;
253 254
254#ifdef MENUBAR 255#ifdef MENUBAR
255 menu_readonly = 1; 256 menu_readonly = 1;
256# if ! (MENUBAR_MAX > 1) 257# if ! (MENUBAR_MAX > 1)
257 CurrentBar = & (BarList); 258 CurrentBar = &BarList;
258# endif /* (MENUBAR_MAX > 1) */ 259# endif /* (MENUBAR_MAX > 1) */
259#endif 260#endif
260 261
261 return true; 262 return true;
262} 263}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines