Browse Source

Fixing '~' interpreting bug.

master
Jacob Alexander 8 years ago
parent
commit
ea854aa95f
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      kll.py

+ 1
- 2
kll.py View File

( ":", 0x01 ), ( ":", 0x01 ),
( "^", -0x10 ), ( "^", -0x10 ),
( "_", -0x18 ), ( "_", -0x18 ),
( "{}|", -0x1E ),
( "~", -0x20 ),
( "{}|~", -0x1E ),
( "@", -0x32 ), ( "@", -0x32 ),
( "?", -0x38 ), ( "?", -0x38 ),
) )