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.6 by pcg, Fri Feb 13 12:16:21 2004 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines