Update linux.py

This commit is contained in:
chrys87 2016-08-30 11:55:45 +02:00 committed by GitHub
parent 940a454611
commit 63080b8d87

View File

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