start at 0 0
This commit is contained in:
parent
dee61ad017
commit
da8971a7ed
1 changed files with 1 additions and 1 deletions
2
nboard
2
nboard
|
@ -99,7 +99,7 @@ def main(stdscr):
|
||||||
|
|
||||||
|
|
||||||
# display some info
|
# 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
|
# move the cursor where its actually supposed to be
|
||||||
|
|
Loading…
Reference in a new issue