ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvt.C
Revision: 1.6
Committed: Fri Feb 13 12:16:21 2004 UTC (20 years, 3 months ago) by pcg
Content type: text/plain
Branch: MAIN
CVS Tags: rel-2_1_0, rel-2_4, rel-2_2, rel-2_3, rel-2_0, rel-1_9
Changes since 1.5: +3 -3 lines
Log Message:
*** empty log message ***

File Contents

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