aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/events.lua
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2013-04-11 23:58:33 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2013-04-11 23:58:33 -0400
commita65f9ac0c460fba64b2d8ddde2149661c025ea65 (patch)
tree9f1d3e7b73756b264974d0be272a722fc92e483e /core/events.lua
parent2a54e9fcfd955b8cf63fa42f41292d1176026721 (diff)
Added key modes and changed the command entry to use them.
Removed obsoleted `events.COMMAND_ENTRY_COMMAND`.
Diffstat (limited to 'core/events.lua')
-rw-r--r--core/events.lua7
1 files changed, 0 insertions, 7 deletions
diff --git a/core/events.lua b/core/events.lua
index f7b2e997..6f755110 100644
--- a/core/events.lua
+++ b/core/events.lua
@@ -65,13 +65,6 @@ local M = {}
-- Arguments:
--
-- * _`ch`_: The text character byte.
--- @field COMMAND_ENTRY_COMMAND (string)
--- Called to run the command entered into the Command Entry.
--- If any handler returns `true`, the Command Entry does not hide
--- automatically.
--- Arguments:
---
--- * _`command`_: The command text.
-- @field COMMAND_ENTRY_KEYPRESS (string)
-- Called when pressing a key in the Command Entry.
-- If any handler returns `true`, the key is not inserted into the entry.