Skip to content

Commit

Permalink
Updated backspace character code on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jhonatan-lopes committed Oct 21, 2021
1 parent 48a9177 commit 9b74c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readchar/key.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
LF = "\x0d"
CR = "\x0a"
ENTER = "\x0d"
BACKSPACE = "\x7f"
BACKSPACE = "\x08"
SUPR = ""
SPACE = "\x20"
ESC = "\x1b"
Expand Down

0 comments on commit 9b74c49

Please sign in to comment.