ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvt.C
Revision: 1.5
Committed: Sat Jan 31 00:20:21 2004 UTC (20 years, 3 months ago) by pcg
Content type: text/plain
Branch: MAIN
CVS Tags: before_astyle, after_astyle
Changes since 1.4: +0 -1 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 }