ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvt.C
Revision: 1.1
Committed: Mon Nov 24 17:28:08 2003 UTC (20 years, 6 months ago) by pcg
Content type: text/plain
Branch: MAIN
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 pcg 1.1 #include "rxvtlib.h"
2    
3     /*----------------------------------------------------------------------*/
4     /* main() */
5     /* INTPROTO */
6     int
7     main(int argc, const char *const *argv)
8     {
9     if (rxvt_init(argc, argv) == NULL)
10     return EXIT_FAILURE;
11    
12     dR;
13     rxvt_main_loop(aR); /* main processing loop */
14     return EXIT_SUCCESS;
15     }