From da8971a7ed2fea816cc3dba938dbb769ac9e99c7 Mon Sep 17 00:00:00 2001 From: xfnw Date: Fri, 24 Jul 2020 18:14:51 +0000 Subject: [PATCH] start at 0 0 --- nboard | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nboard b/nboard index 5726986..8648d86 100755 --- a/nboard +++ b/nboard @@ -99,7 +99,7 @@ def main(stdscr): # display some info - stdscr.addstr(height-1, 0, 'x: {}, y: {}, arrow keys to move'.format(tx, 0-ty)[:width-1]) + stdscr.addstr(height-1, 0, 'x: {}, y: {}, arrow keys to move'.format(tx, 1-ty)[:width-1]) # move the cursor where its actually supposed to be