From a65f9ac0c460fba64b2d8ddde2149661c025ea65 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Thu, 11 Apr 2013 23:58:33 -0400 Subject: Added key modes and changed the command entry to use them. Removed obsoleted `events.COMMAND_ENTRY_COMMAND`. --- core/events.lua | 7 ------- 1 file changed, 7 deletions(-) (limited to 'core/events.lua') 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. -- cgit v1.2.3