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.1 by pcg, Mon Nov 24 17:28:08 2003 UTC vs.
Revision 1.5 by pcg, Sat Jan 31 00:20:21 2004 UTC

1#include "rxvtlib.h" 1#include "rxvtlib.h"
2#include "iom.h"
2 3
3/*----------------------------------------------------------------------*/ 4/*----------------------------------------------------------------------*/
4/* main() */ 5/* main() */
5/* INTPROTO */
6int 6int
7main(int argc, const char *const *argv) 7main(int argc, const char *const *argv)
8{ 8{
9 if (rxvt_init(argc, argv) == NULL) 9 rxvt_init_signals ();
10 return EXIT_FAILURE;
11 10
12 dR; 11 if (!rxvt_init(argc, argv))
13 rxvt_main_loop(aR); /* main processing loop */ 12 return EXIT_FAILURE;
13
14 iom.loop ();
15
14 return EXIT_SUCCESS; 16 return EXIT_SUCCESS;
15} 17}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines