From b5c6662359253e1e3d395bf8c8ce7cb676a75d66 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Fri, 20 Aug 2010 10:58:36 +0100 Subject: [PATCH] For now TERM is hardcoded to xterm --- terminatorlib/terminal.py | 1 + 1 file changed, 1 insertion(+) diff --git a/terminatorlib/terminal.py b/terminatorlib/terminal.py index 528c8883..3d5869c2 100755 --- a/terminatorlib/terminal.py +++ b/terminatorlib/terminal.py @@ -152,6 +152,7 @@ class Terminal(gtk.VBox): self.connect_signals() + os.putenv('TERM', 'xterm') os.putenv('COLORTERM', 'gnome-terminal') env_proxy = os.getenv('http_proxy')