From 795dbad1b18bc46727b80fb947d50a6100108c76 Mon Sep 17 00:00:00 2001 From: xfnw Date: Thu, 23 Jul 2020 19:59:43 +0000 Subject: [PATCH] allow scp chars for bigmono12 --- nboard | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nboard b/nboard index 2fc40f8..f4660bf 100755 --- a/nboard +++ b/nboard @@ -5,7 +5,7 @@ import curses,time,json,sys dataPath = '/home/lickthecheese/nboard/nboard.json' -allowedChars = " `~1234567890-=!@#$%^&*()_+qwertyuiop[]\\QWERTYUIOP{}|asdfghjkl;'ASDFGHJKL:\"zxcvbnm,./ZXCVBNM<>?" +allowedChars = "█▒░ `~1234567890-=!@#$%^&*()_+qwertyuiop[]\\QWERTYUIOP{}|asdfghjkl;'ASDFGHJKL:\"zxcvbnm,./ZXCVBNM<>?" data = {} def main(stdscr):