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, 4 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

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