Update review_bottom.py

This commit is contained in:
chrys87 2016-09-12 16:59:30 +02:00 committed by GitHub
parent 9be14fd00a
commit fb46e6deaa

View File

@ -4,6 +4,7 @@ class command():
def __init__(self):
pass
def run(self, environment):
environment['screenData']['newCursorReview'] = {}
environment['screenData']['newCursorReview']['x'] = environment['screenData']['lines']
environment['screenData']['newCursorReview']['y'] = 0
environment['runtime']['outputManager'].presentText(environment, "Bottom", interrupt=True)