still broken, but closer to move cursor to bottom.

This commit is contained in:
Storm Dragon
2016-09-11 17:27:37 -04:00
parent 4bd64bf4fa
commit a752e91b22
2 changed files with 2 additions and 3 deletions

View File

@ -1,11 +1,10 @@
#!/bin/python
from utils import char_utils
class command():
def __init__(self):
pass
def run(self, environment):
environment['screenData']['newCursorReview'] = {'x':environment [screenData][columns],'y':0}
environment['screenData']['newCursorReview'] = {'x':0,'y':environment[screenData][lines]}
environment['runtime']['outputManager'].presentText(environment, "Bottom", interrupt=True)
return environment