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.453 by sf-exg, Mon Dec 12 13:56:03 2011 UTC vs.
Revision 1.454 by root, Sat Dec 17 23:17:33 2011 UTC

1316 1316
1317 void tt_printf (const char *fmt,...); 1317 void tt_printf (const char *fmt,...);
1318 void tt_write (const char *data, unsigned int len); 1318 void tt_write (const char *data, unsigned int len);
1319 void pty_write (); 1319 void pty_write ();
1320 1320
1321 void init (stringvec *argv, stringvec *envv)
1322 {
1323 this->argv = argv;
1324 this->envv = envv;
1325 argv->push_back (0);
1326 envv->push_back (0);
1327 init (argv->size () - 1, argv->begin ());
1328 }
1329
1330 void make_current () const // make this the "currently active" urxvt instance 1321 void make_current () const // make this the "currently active" urxvt instance
1331 { 1322 {
1332 SET_R (this); 1323 SET_R (this);
1333 set_environ (envv); 1324 set_environ (envv);
1334 rxvt_set_locale (locale); 1325 rxvt_set_locale (locale);
1391 void process_xterm_seq (int op, char *str, char resp); 1382 void process_xterm_seq (int op, char *str, char resp);
1392 int privcases (int mode, unsigned long bit); 1383 int privcases (int mode, unsigned long bit);
1393 void process_terminal_mode (int mode, int priv, unsigned int nargs, const int *arg); 1384 void process_terminal_mode (int mode, int priv, unsigned int nargs, const int *arg);
1394 void process_sgr_mode (unsigned int nargs, const int *arg); 1385 void process_sgr_mode (unsigned int nargs, const int *arg);
1395 // init.C 1386 // init.C
1387 void init (stringvec *argv, stringvec *envv);
1388 void init (int argc, const char *const *argv, const char *const *envv);
1389 void init2 (int argc, const char *const *argv);
1396 void init_vars (); 1390 void init_vars ();
1397 const char **init_resources (int argc, const char *const *argv); 1391 const char **init_resources (int argc, const char *const *argv);
1398 void init (int argc, const char *const *argv);
1399 void init_env (); 1392 void init_env ();
1400 void set_locale (const char *locale); 1393 void set_locale (const char *locale);
1401 void init_xlocale (); 1394 void init_xlocale ();
1402 void init_command (const char *const *argv); 1395 void init_command (const char *const *argv);
1403 void run_command (const char *const *argv); 1396 void run_command (const char *const *argv);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines