From c8a90597957b2d1bba9adb45ec3783ae02f74abb Mon Sep 17 00:00:00 2001 From: root Date: Wed, 11 Jan 2006 02:24:12 +0000 Subject: [PATCH] *** empty log message *** --- Changes | 1 + src/init.C | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 6a924f41..44bc888a 100644 --- a/Changes +++ b/Changes @@ -10,6 +10,7 @@ WISH: OnTheSpot editing, or maybe switch to miiiiiiif WISH: just for fun, do shade and tint with XRender. WISH: support tex fonts +7.0 - added sections for DISTRIBUTION MAINTAINERS and about SETUID/SETGID to the FAQ. - selection, searchable-scrollback, selection-popup and diff --git a/src/init.C b/src/init.C index 8537a303..134734d4 100644 --- a/src/init.C +++ b/src/init.C @@ -1414,6 +1414,8 @@ rxvt_get_ttymode (ttymode_t *tio, int erase) void rxvt_term::run_command (const char *const *argv) { + TEMP_ENV; // not very temporary... + #if ENABLE_FRILLS if (rs[Rs_pty_fd]) { @@ -1535,8 +1537,6 @@ rxvt_term::run_child (const char *const *argv) { char *login; - TEMP_ENV; // not very temporary... - SET_TTYMODE (STDIN_FILENO, &tio); /* init terminal attributes */ if (OPTION (Opt_console)) -- 2.34.1