remove hack that may cause a bug
This commit is contained in:
parent
1998ca15e8
commit
b0c43e26a2
@ -71,10 +71,6 @@ class screen():
|
|||||||
# changes on the screen
|
# changes on the screen
|
||||||
if (environment['screenData']['oldContentText'] != environment['screenData']['newContentText']) and \
|
if (environment['screenData']['oldContentText'] != environment['screenData']['newContentText']) and \
|
||||||
(environment['screenData']['newContentText'] != '' ):
|
(environment['screenData']['newContentText'] != '' ):
|
||||||
if environment['screenData']['oldContentText'] == '' and\
|
|
||||||
environment['screenData']['newContentText'] != '':
|
|
||||||
environment['screenData']['newDelta'] = environment['screenData']['newContentText']
|
|
||||||
else:
|
|
||||||
diffStart = 0
|
diffStart = 0
|
||||||
if environment['screenData']['oldCursor']['x'] != environment['screenData']['newCursor']['x'] and \
|
if environment['screenData']['oldCursor']['x'] != environment['screenData']['newCursor']['x'] and \
|
||||||
environment['screenData']['oldCursor']['y'] == environment['screenData']['newCursor']['y'] and \
|
environment['screenData']['oldCursor']['y'] == environment['screenData']['newCursor']['y'] and \
|
||||||
|
Loading…
Reference in New Issue
Block a user