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.145 by root, Thu Aug 11 02:05:07 2005 UTC vs.
Revision 1.146 by root, Mon Nov 28 18:37:42 2005 UTC

417{ 417{
418 if (GET_R->allowedxerror == -1) 418 if (GET_R->allowedxerror == -1)
419 GET_R->allowedxerror = event->error_code; 419 GET_R->allowedxerror = event->error_code;
420 else 420 else
421 { 421 {
422 //TODO: GET_R is most likely not the terminal which caused the error 422 // GET_R is most likely not the terminal which caused the error,
423 //TODO: maybe just output the error and continue? 423 // so just output the error and continue
424#if ENABLE_FRILLS 424#if ENABLE_FRILLS
425 print_x_error (display, event); 425 print_x_error (display, event);
426#else 426#else
427 old_xerror_handler (display, event); 427 old_xerror_handler (display, event);
428#endif 428#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines