Update prev_word.py
This commit is contained in:
parent
6a0b60135d
commit
4bcfe95435
@ -6,8 +6,7 @@ class command():
|
|||||||
pass
|
pass
|
||||||
def run(self, environment):
|
def run(self, environment):
|
||||||
environment['screenData']['oldCursorReview'] = environment['screenData']['newCursorReview']
|
environment['screenData']['oldCursorReview'] = environment['screenData']['newCursorReview']
|
||||||
if (environment['screenData']['newCursorReview']['y'] == -1) or \
|
if environment['screenData']['newCursorReview'] == None:
|
||||||
(environment['screenData']['newCursorReview']['x'] == -1):
|
|
||||||
environment['screenData']['newCursorReview'] = environment['screenData']['newCursor'].copy()
|
environment['screenData']['newCursorReview'] = environment['screenData']['newCursor'].copy()
|
||||||
|
|
||||||
environment['screenData']['newCursorReview']['x'], environment['screenData']['newCursorReview']['y'], currWord = \
|
environment['screenData']['newCursorReview']['x'], environment['screenData']['newCursorReview']['y'], currWord = \
|
||||||
|
Loading…
Reference in New Issue
Block a user