#!/bin/python runtime = { 'running':True, 'debug':None, 'columns': 0, 'lines': 0, 'screenDriver': None, 'delta': '', 'oldCursor':{'x':0,'y':0}, 'oldContentBytes': b'', 'oldContentText': '', 'oldContentAttrib': b'', 'newCursor':{'x':0,'y':0}, 'newContentBytes': b'', 'newContentText': '', 'newContentAttrib': b'', 'oldTTY':'0', 'newTTY':'0', 'speechDriverString':'', 'speechDriver': None, 'screenDriverString': '', 'screenDriver': None, 'soundDriverString': '', 'soundDriver': None, 'inputManager': None } settings = { }