Update review_bottom.py
This commit is contained in:
parent
a752e91b22
commit
9be14fd00a
@ -4,8 +4,8 @@ class command():
|
||||
def __init__(self):
|
||||
pass
|
||||
def run(self, environment):
|
||||
environment['screenData']['newCursorReview'] = {'x':0,'y':environment[screenData][lines]}
|
||||
|
||||
environment['screenData']['newCursorReview']['x'] = environment['screenData']['lines']
|
||||
environment['screenData']['newCursorReview']['y'] = 0
|
||||
environment['runtime']['outputManager'].presentText(environment, "Bottom", interrupt=True)
|
||||
return environment
|
||||
def setCallback(self, callback):
|
||||
|
Loading…
Reference in New Issue
Block a user