This commit is contained in:
lickthecheese 2020-03-23 17:58:30 -04:00
parent 6af16b09a6
commit 1dec01c4de
1 changed files with 1 additions and 1 deletions

2
nboard
View File

@ -37,7 +37,7 @@ def main(stdscr):
stdscr.addstr(height-1, 0, 'Welcome to switch view mode. press an arrow key to move the view or a if you wanted a &'[:width-1])
k = stdscr.getkey()
if k == 'a':
pass # il fix this later, but in the mean time, NO & FOR YOU
k = '&'
if k == 'KEY_UP':
vy += -1
cy = height