From 1dec01c4debb9fa04fba717527749e6a2fc130a3 Mon Sep 17 00:00:00 2001 From: lickthecheese Date: Mon, 23 Mar 2020 17:58:30 -0400 Subject: [PATCH] fixed & --- nboard | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nboard b/nboard index fd81a19..a32832f 100755 --- a/nboard +++ b/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