[Xfce4-commits] [apps/xfce4-terminal] 01/01: Also reaches envvar TERM - repairs "terminal is not fully functional" - xfbz #12615

noreply at xfce.org noreply at xfce.org
Tue Jun 21 20:49:12 CEST 2016


This is an automated email from the git hooks/post-receive script.

f2404 pushed a commit to branch master
in repository apps/xfce4-terminal.

commit de9fbc11af8979bd72a8928a3077a66f12a7bb97
Author: poma <poma at gmail.com>
Date:   Tue Jun 21 01:57:44 2016 +0200

    Also reaches envvar TERM - repairs "terminal is not fully functional" - xfbz #12615
    
    Signed-off-by: Igor <f2404 at yandex.ru>
---
 terminal/terminal-screen.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/terminal/terminal-screen.c b/terminal/terminal-screen.c
index 5fec6d6..90827fb 100644
--- a/terminal/terminal-screen.c
+++ b/terminal/terminal-screen.c
@@ -722,7 +722,8 @@ terminal_screen_get_child_environment (TerminalScreen *screen)
           || strcmp (*p, "WINDOWID") == 0
           || strcmp (*p, "GNOME_DESKTOP_ICON") == 0
           || strcmp (*p, "COLORTERM") == 0
-          || strcmp (*p, "DISPLAY") == 0)
+          || strcmp (*p, "DISPLAY") == 0
+          || strcmp (*p, "TERM") == 0)
         continue;
 
       /* copy the variable */

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list