ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvt.C
Revision: 1.4
Committed: Thu Nov 27 10:12:10 2003 UTC (20 years, 6 months ago) by pcg
Content type: text/plain
Branch: MAIN
CVS Tags: rel-1-3, rel-1-2
Changes since 1.3: +2 -0 lines
Log Message:
*** empty log message ***

File Contents

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