For now TERM is hardcoded to xterm

This commit is contained in:
Chris Jones 2010-08-20 10:58:36 +01:00
parent 9e97f7ceaf
commit b5c6662359
1 changed files with 1 additions and 0 deletions

View File

@ -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')