This commit is contained in:
Pristáš Michal 2015-10-23 13:19:36 +02:00
parent 1c411ac48c
commit de44b28597
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ func IsPrintable(key rune) bool {
func escapeExKey(r rune) rune {
switch r {
case 51:
r = CharDeleteKey
r = CharDelete
case 'D':
r = CharBackward
case 'C':