aboutsummaryrefslogtreecommitdiff
path: root/core/events.lua
diff options
context:
space:
mode:
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.