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