This commit is contained in:
chrys 2018-03-23 20:50:36 +01:00
parent 45e4a1249b
commit 778d98a70f

View File

@ -35,21 +35,3 @@ screenData = {
'lastScreenUpdate': time.time(),
'autoIgnoreScreens':[],
}
'''
screenData = {
'columns': 0,
'lines': 0,
'textDelta': '',
'negativeDelta': '',
'attribDelta': '',
'reviewCursor':None, #{'x':0,'y':0}
'attribCursor':None, #{'x':0,'y':0}
'textCursor':None, #{'x':0,'y':0}
'content': None, #{'x':0,'y':0}
'Text': '',
'Attrib': None,
'screen': None,
'application': '',
'timestamp': time.time(),
}
'''