Update review_bottom.py
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user