make +y go up lol

This commit is contained in:
vulpine 2020-07-22 17:17:57 +00:00
parent 7843a2333b
commit bfd67ee608
1 changed files with 1 additions and 1 deletions

2
nboard
View File

@ -80,7 +80,7 @@ def main(stdscr):
# display some info
stdscr.addstr(height-1, 0, 'x: {}, y: {}, arrow keys to move'.format(tx, ty)[:width-1])
stdscr.addstr(height-1, 0, 'x: {}, y: {}, arrow keys to move'.format(tx, 0-ty)[:width-1])
# move the cursor where its actually supposed to be