summaryrefslogtreecommitdiff
path: root/src/poezio.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/poezio.py')
-rw-r--r--src/poezio.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/poezio.py b/src/poezio.py
index 9ce5952a..92bb9ae1 100644
--- a/src/poezio.py
+++ b/src/poezio.py
@@ -86,6 +86,4 @@ def main():
gui.main_loop() # Refresh the screen, wait for user events etc
if __name__ == '__main__':
- if os.environ['TERM'] != 'screen':
- os.environ['TERM'] = 'xterm-256color' # FIXME
main()