keycodes to readme
This commit is contained in:
parent
c0b3c13c44
commit
d182c5a99d
@ -4,10 +4,12 @@ screenData = {
|
|||||||
'columns': 0,
|
'columns': 0,
|
||||||
'lines': 0,
|
'lines': 0,
|
||||||
'delta': '',
|
'delta': '',
|
||||||
|
'oldCursorReview':{'x':0,'y':0},
|
||||||
'oldCursor':{'x':0,'y':0},
|
'oldCursor':{'x':0,'y':0},
|
||||||
'oldContentBytes': b'',
|
'oldContentBytes': b'',
|
||||||
'oldContentText': '',
|
'oldContentText': '',
|
||||||
'oldContentAttrib': b'',
|
'oldContentAttrib': b'',
|
||||||
|
'newCursorReview':{'x':0,'y':0},
|
||||||
'newCursor':{'x':0,'y':0},
|
'newCursor':{'x':0,'y':0},
|
||||||
'newContentBytes': b'',
|
'newContentBytes': b'',
|
||||||
'newContentText': '',
|
'newContentText': '',
|
||||||
|
Loading…
Reference in New Issue
Block a user