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

Comparing cvsroot/rxvt-unicode/src/rxvt.h (file contents):
Revision 1.451 by sf-exg, Fri Dec 2 09:03:43 2011 UTC vs.
Revision 1.452 by sf-exg, Tue Dec 6 11:29:52 2011 UTC

1319 void pty_write (); 1319 void pty_write ();
1320 1320
1321 void init (stringvec *argv, stringvec *envv) 1321 void init (stringvec *argv, stringvec *envv)
1322 { 1322 {
1323 this->argv = argv; 1323 this->argv = argv;
1324 this->envv = envv;
1325 argv->push_back (0);
1326 envv->push_back (0);
1324 init (argv->size (), argv->begin (), envv); 1327 init (argv->size () - 1, argv->begin ());
1325 } 1328 }
1326 1329
1327 void make_current () const // make this the "currently active" urxvt instance 1330 void make_current () const // make this the "currently active" urxvt instance
1328 { 1331 {
1329 SET_R (this); 1332 SET_R (this);
1390 void process_terminal_mode (int mode, int priv, unsigned int nargs, const int *arg); 1393 void process_terminal_mode (int mode, int priv, unsigned int nargs, const int *arg);
1391 void process_sgr_mode (unsigned int nargs, const int *arg); 1394 void process_sgr_mode (unsigned int nargs, const int *arg);
1392 // init.C 1395 // init.C
1393 void init_vars (); 1396 void init_vars ();
1394 const char **init_resources (int argc, const char *const *argv); 1397 const char **init_resources (int argc, const char *const *argv);
1395 void init (int argc, const char *const *argv, stringvec *envv); 1398 void init (int argc, const char *const *argv);
1396 void init_env (); 1399 void init_env ();
1397 void set_locale (const char *locale); 1400 void set_locale (const char *locale);
1398 void init_xlocale (); 1401 void init_xlocale ();
1399 void init_command (const char *const *argv); 1402 void init_command (const char *const *argv);
1400 void run_command (const char *const *argv); 1403 void run_command (const char *const *argv);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines