fixed &
This commit is contained in:
parent
6af16b09a6
commit
1dec01c4de
1 changed files with 1 additions and 1 deletions
2
nboard
2
nboard
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue