changeset 49:a710eee8eece

Fixing '~' interpreting bug.
author Jacob Alexander <haata@kiibohd.com>
date Sun, 16 Aug 2015 14:41:19 -0700
parents c566d281b169
children ef1ba2cf139b
files kll.py
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/kll.py	Sun Aug 16 12:28:32 2015 -0700
+++ b/kll.py	Sun Aug 16 14:41:19 2015 -0700
@@ -273,8 +273,7 @@
 		( ":",       0x01 ),
 		( "^",      -0x10 ),
 		( "_",      -0x18 ),
-		( "{}|",    -0x1E ),
-		( "~",      -0x20 ),
+		( "{}|~",   -0x1E ),
 		( "@",      -0x32 ),
 		( "?",      -0x38 ),
 	)