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

Comparing rxvt-unicode/src/main.C (file contents):
Revision 1.160 by root, Wed Jan 4 05:35:34 2006 UTC vs.
Revision 1.162 by root, Fri Jan 6 01:16:58 2006 UTC

206 pty.put (); 206 pty.put ();
207} 207}
208 208
209rxvt_term::~rxvt_term () 209rxvt_term::~rxvt_term ()
210{ 210{
211 PERL_INVOKE ((this, HOOK_DESTROY, DT_END)); 211 HOOK_INVOKE ((this, HOOK_DESTROY, DT_END));
212 212
213 termlist.erase (find (termlist.begin (), termlist.end(), this)); 213 termlist.erase (find (termlist.begin (), termlist.end(), this));
214 214
215 emergency_cleanup (); 215 emergency_cleanup ();
216 216
492 if ((rs[Rs_perl_ext_1] && *rs[Rs_perl_ext_1]) 492 if ((rs[Rs_perl_ext_1] && *rs[Rs_perl_ext_1])
493 || (rs[Rs_perl_ext_2] && *rs[Rs_perl_ext_2]) 493 || (rs[Rs_perl_ext_2] && *rs[Rs_perl_ext_2])
494 || (rs[Rs_perl_eval] && *rs[Rs_perl_eval])) 494 || (rs[Rs_perl_eval] && *rs[Rs_perl_eval]))
495 { 495 {
496 rxvt_perl.init (); 496 rxvt_perl.init ();
497 PERL_INVOKE ((this, HOOK_INIT, DT_END)); 497 HOOK_INVOKE ((this, HOOK_INIT, DT_END));
498 } 498 }
499#endif 499#endif
500 500
501 create_windows (argc, argv); 501 create_windows (argc, argv);
502 502
538 538
539 pty_ev.start (pty.pty, EVENT_READ); 539 pty_ev.start (pty.pty, EVENT_READ);
540 540
541 check_ev.start (); 541 check_ev.start ();
542 542
543 PERL_INVOKE ((this, HOOK_START, DT_END)); 543 HOOK_INVOKE ((this, HOOK_START, DT_END));
544 544
545 return true; 545 return true;
546} 546}
547 547
548static struct sig_handlers 548static struct sig_handlers
1026 i = atoi (color); 1026 i = atoi (color);
1027 1027
1028 if (i >= 8 && i <= 15) 1028 if (i >= 8 && i <= 15)
1029 { /* bright colors */ 1029 { /* bright colors */
1030 i -= 8; 1030 i -= 8;
1031# ifndef NO_BRIGHTCOLOR
1032 pix_colors_focused[idx] = pix_colors_focused[minBrightCOLOR + i]; 1031 pix_colors_focused[idx] = pix_colors_focused[minBrightCOLOR + i];
1033 SET_PIXCOLOR (idx); 1032 SET_PIXCOLOR (idx);
1034 goto done; 1033 goto done;
1035# endif
1036 } 1034 }
1037 1035
1038 if (i >= 0 && i <= 7) 1036 if (i >= 0 && i <= 7)
1039 { /* normal colors */ 1037 { /* normal colors */
1040 pix_colors_focused[idx] = pix_colors_focused[minCOLOR + i]; 1038 pix_colors_focused[idx] = pix_colors_focused[minCOLOR + i];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines