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

Comparing rxvt-unicode/src/rxvt.C (file contents):
Revision 1.9 by root, Sun Aug 15 02:17:32 2004 UTC vs.
Revision 1.10 by root, Thu Sep 2 07:44:40 2004 UTC

32 rxvt_term *t = new rxvt_term; 32 rxvt_term *t = new rxvt_term;
33 33
34 if (!t->init (argc, argv)) 34 if (!t->init (argc, argv))
35 return EXIT_FAILURE; 35 return EXIT_FAILURE;
36 36
37 iom.loop (); 37 io_manager::loop ();
38 38
39 return EXIT_SUCCESS; 39 return EXIT_SUCCESS;
40 } 40 }
41catch (const class rxvt_failure_exception &e) 41catch (const class rxvt_failure_exception &e)
42 { 42 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines