From c1baf107c1f61766f2ca9a73c45804e3e9495db0 Mon Sep 17 00:00:00 2001 From: "kepler155c@gmail.com" Date: Fri, 29 Mar 2019 10:45:43 -0400 Subject: [PATCH] better text entry -- oops --- sys/apis/entry.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/apis/entry.lua b/sys/apis/entry.lua index 8126960..e19f55c 100644 --- a/sys/apis/entry.lua +++ b/sys/apis/entry.lua @@ -361,7 +361,7 @@ function Entry:process(ie) local action = mappings[ie.code] self.textChanged = false -_debug(ie) + if action then local pos = self.pos local line = self.value