summaryrefslogtreecommitdiff
path: root/src/poezio.py
diff options
context:
space:
mode:
authorlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-09-11 01:50:18 +0000
committerlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-09-11 01:50:18 +0000
commitdc13b82bd4b675d6b6ec401861429f7f4cae18b5 (patch)
treeb62b93f1c6fba5b266a22af4c1bbc7c3a91c7cd7 /src/poezio.py
parent92d155acf559ec7c3c859767f2256793dd251822 (diff)
downloadpoezio-dc13b82bd4b675d6b6ec401861429f7f4cae18b5.tar.gz
poezio-dc13b82bd4b675d6b6ec401861429f7f4cae18b5.tar.bz2
poezio-dc13b82bd4b675d6b6ec401861429f7f4cae18b5.tar.xz
poezio-dc13b82bd4b675d6b6ec401861429f7f4cae18b5.zip
only have 64 colours, so everything works fine on every terminal, even on tmux. Fixed #1824
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()