Update linux.py

This commit is contained in:
chrys87 2016-08-30 15:40:36 +02:00 committed by GitHub
parent c062e4d0a0
commit 9f786ba81f

View File

@ -29,7 +29,7 @@ class screen():
except:
return environment
screenEncoding = environment['runtime']['settingsManager'].getSetting(environment,'screen', 'encoding')
environment['generalInformation ']['suspend'] = newTTY in \
environment['generalInformation']['suspend'] = newTTY in \
environment['runtime']['settingsManager'].getSetting(environment,'screen', 'suspendingScreen').split(',')
# set new "old" values
environment['screenData']['oldContentBytes'] = environment['screenData']['newContentBytes']