update the helptext and status line

This commit is contained in:
vulpine 2020-07-25 00:59:17 +00:00
parent 4ecd2997a7
commit cf757e29c3
1 changed files with 5 additions and 3 deletions

8
nboard
View File

@ -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, 1-ty)[:width-1]) stdscr.addstr(height-1, 0, 'x: {}, y: {}, arrow keys to move, ctrl to go faster'.format(tx, 1-ty)[:width-1])
# move the cursor where its actually supposed to be # move the cursor where its actually supposed to be
@ -119,8 +119,10 @@ nboard is like yourworldoftext.com, except its in a terminal.
use the arrow keys to move arount use the arrow keys to move arount
once you are in the place you want, you can start typing! once you are in the place you want, you can start typing!
please report any bugs to ~xfnw on IRC or on the tildegit page, hold ctrl while pressing the arrow keys to go faster
https://tildegit.org/xfnw/nboard
please report any bugs to ~xfnw on IRC, anywhere you can find him, or
on the tildegit page, https://tildegit.org/xfnw/nboard
""") """)
else: else:
try: try: