ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvt.C
Revision: 1.2
Committed: Tue Nov 25 11:52:42 2003 UTC (20 years, 6 months ago) by pcg
Content type: text/plain
Branch: MAIN
Changes since 1.1: +3 -2 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     /* INTPROTO */
7     int
8     main(int argc, const char *const *argv)
9     {
10     if (rxvt_init(argc, argv) == NULL)
11     return EXIT_FAILURE;
12    
13 pcg 1.2 iom.loop ();
14    
15 pcg 1.1 return EXIT_SUCCESS;
16     }