ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvt.C
(Generate patch)

Comparing rxvt-unicode/src/rxvt.C (file contents):
Revision 1.8 by pcg, Thu Apr 8 20:31:45 2004 UTC vs.
Revision 1.9 by root, Sun Aug 15 02:17:32 2004 UTC

25 25
26int 26int
27main (int argc, const char *const *argv) 27main (int argc, const char *const *argv)
28try 28try
29 { 29 {
30 rxvt_init_signals (); 30 rxvt_init ();
31 31
32 rxvt_term *t = new rxvt_term; 32 rxvt_term *t = new rxvt_term;
33 33
34 if (!t->init (argc, argv)) 34 if (!t->init (argc, argv))
35 return EXIT_FAILURE; 35 return EXIT_FAILURE;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines