From de44b285978803e2ac833bc15846d6bd1c42aba1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Prist=C3=A1=C5=A1=20Michal?= Date: Fri, 23 Oct 2015 13:19:36 +0200 Subject: [PATCH] cleanup --- utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.go b/utils.go index f7d4adc..bbc4dc1 100644 --- a/utils.go +++ b/utils.go @@ -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':