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.18 by ayin, Wed Dec 12 11:35:57 2007 UTC vs.
Revision 1.19 by root, Fri Oct 22 05:58:00 2010 UTC

49 t->init (args, envv); 49 t->init (args, envv);
50#else 50#else
51 t->init (argc, argv, 0); 51 t->init (argc, argv, 0);
52#endif 52#endif
53 53
54 ev_loop (0); 54 ev_run ();
55 55
56 return EXIT_SUCCESS; 56 return EXIT_SUCCESS;
57 } 57 }
58catch (const class rxvt_failure_exception &e) 58catch (const class rxvt_failure_exception &e)
59 { 59 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines