aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2016-04-16 12:17:47 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2016-04-16 12:17:47 -0400
commit147dcbd2576ce2d047eb239cb74cdb802e1ddf1e (patch)
tree9995063851d17d1c94dbdd5229b87a1a5d924ed7 /core
parent180b3ebad146e819fecc392e8b322820bc2e15e6 (diff)
downloadtextadept-147dcbd2576ce2d047eb239cb74cdb802e1ddf1e.tar.gz
textadept-147dcbd2576ce2d047eb239cb74cdb802e1ddf1e.zip
`events.CHAR_ADDED` emits a character code, not a byte.
Diffstat (limited to 'core')
-rw-r--r--core/events.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/events.lua b/core/events.lua
index 5b7c390a..ab918fa4 100644
--- a/core/events.lua
+++ b/core/events.lua
@@ -76,7 +76,7 @@ local M = {}
-- Emitted after the user types a text character into the buffer.
-- Arguments:
--
--- * _`byte`_: The text character's byte.
+-- * _`code`_: The text character's character code.
-- @field DOUBLE_CLICK (string)
-- Emitted after double-clicking the mouse button.
-- Arguments: