Update review_bottom.py

This commit is contained in:
chrys87 2016-09-12 16:40:35 +02:00 committed by GitHub
parent a752e91b22
commit 9be14fd00a

View File

@ -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):