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.3 by pcg, Tue Nov 25 15:25:17 2003 UTC vs.
Revision 1.4 by pcg, Thu Nov 27 10:12:10 2003 UTC

5/* main() */ 5/* main() */
6/* INTPROTO */ 6/* INTPROTO */
7int 7int
8main(int argc, const char *const *argv) 8main(int argc, const char *const *argv)
9{ 9{
10 rxvt_init_signals ();
11
10 if (!rxvt_init(argc, argv)) 12 if (!rxvt_init(argc, argv))
11 return EXIT_FAILURE; 13 return EXIT_FAILURE;
12 14
13 iom.loop (); 15 iom.loop ();
14 16

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines