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

Comparing rxvt-unicode/src/main.C (file contents):
Revision 1.193 by root, Sat Jan 21 14:25:05 2006 UTC vs.
Revision 1.194 by root, Sun Jan 22 00:36:59 2006 UTC

450 _exit (EXIT_FAILURE); 450 _exit (EXIT_FAILURE);
451} 451}
452 452
453/*----------------------------------------------------------------------*/ 453/*----------------------------------------------------------------------*/
454bool 454bool
455rxvt_term::init (int argc, const char *const *argv) 455rxvt_term::init (int argc, const char *const *argv, stringvec *envv)
456{ 456{
457 this->envv = envv;
458
457 SET_R (this); 459 SET_R (this);
458 set_locale (""); 460 set_locale ("");
459 set_environ (envv); // few things in X do not call setlocale :( 461 set_environ (envv); // few things in X do not call setlocale :(
460 462
461 if (!init_vars ()) 463 if (!init_vars ())

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines