fix backspace warnings \177 == ^?

This commit is contained in:
Kelvin Sherlock 2017-01-30 00:08:04 -05:00
parent d283eca3aa
commit 6446d95bc1
1 changed files with 1 additions and 1 deletions

View File

@ -52,4 +52,4 @@ gsoscon|gsos-console|GSOS Console Driver:\
# scroll down 1 line
:sr=^_:\
# backspace key
:kb=^?:
:kb=\177: