For now TERM is hardcoded to xterm
This commit is contained in:
parent
9e97f7ceaf
commit
b5c6662359
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue