From bfd67ee60873c515faf127b8f8f82cff7d7727fb Mon Sep 17 00:00:00 2001 From: xfnw Date: Wed, 22 Jul 2020 17:17:57 +0000 Subject: [PATCH] make +y go up lol --- nboard | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nboard b/nboard index 930fecb..2fc40f8 100755 --- a/nboard +++ b/nboard @@ -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