Line 32:
Line 32:
tabKey = function() ed2:setFocus() return true end,
tabKey = function() ed2:setFocus() return true end,
charIn = function(ch) print(ch) return false end
charIn = function(ch) print(ch) return false end
−
arrowKey = function(key) print(arrowKey) return false end
+
arrowKey = function(key) print(key) return false end
}</syntaxhighlight>
}</syntaxhighlight>