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

Comparing rxvt-unicode/src/init.C (file contents):
Revision 1.137 by root, Wed Jan 11 00:59:58 2006 UTC vs.
Revision 1.138 by root, Wed Jan 11 02:24:12 2006 UTC

1412 * the slave. 1412 * the slave.
1413 */ 1413 */
1414void 1414void
1415rxvt_term::run_command (const char *const *argv) 1415rxvt_term::run_command (const char *const *argv)
1416{ 1416{
1417 TEMP_ENV; // not very temporary...
1418
1417#if ENABLE_FRILLS 1419#if ENABLE_FRILLS
1418 if (rs[Rs_pty_fd]) 1420 if (rs[Rs_pty_fd])
1419 { 1421 {
1420 pty.pty = atoi (rs[Rs_pty_fd]); 1422 pty.pty = atoi (rs[Rs_pty_fd]);
1421 1423
1532 */ 1534 */
1533int 1535int
1534rxvt_term::run_child (const char *const *argv) 1536rxvt_term::run_child (const char *const *argv)
1535{ 1537{
1536 char *login; 1538 char *login;
1537
1538 TEMP_ENV; // not very temporary...
1539 1539
1540 SET_TTYMODE (STDIN_FILENO, &tio); /* init terminal attributes */ 1540 SET_TTYMODE (STDIN_FILENO, &tio); /* init terminal attributes */
1541 1541
1542 if (OPTION (Opt_console)) 1542 if (OPTION (Opt_console))
1543 { /* be virtual console, fail silently */ 1543 { /* be virtual console, fail silently */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines