aboutsummaryrefslogtreecommitdiff
path: root/core/events.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2019-06-01 19:41:09 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2019-06-01 19:41:09 -0400
commit84f281ac997dcd06b3205e4e13cbc4f5df793c0c (patch)
tree92de404e0b6800b341293a740b4580161198a31b /core/events.lua
parentbf2bf55ff58f8a37aa675b6ac908bd53de02192f (diff)
downloadtextadept-84f281ac997dcd06b3205e4e13cbc4f5df793c0c.tar.gz
textadept-84f281ac997dcd06b3205e4e13cbc4f5df793c0c.zip
GTK+ was renamed to GTK recently.
Diffstat (limited to 'core/events.lua')
-rw-r--r--core/events.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/events.lua b/core/events.lua
index 480850a6..edd7258b 100644
--- a/core/events.lua
+++ b/core/events.lua
@@ -93,7 +93,7 @@ local M = {}
-- `buffer.MOD_SHIFT`, `buffer.MOD_ALT`, and `buffer.MOD_META`.
-- Note: If you set `buffer.rectangular_selection_modifier` to
-- `buffer.MOD_CTRL`, the "Control" modifier is reported as *both* "Control"
--- and "Alt" due to a Scintilla limitation with GTK+.
+-- and "Alt" due to a Scintilla limitation with GTK.
-- @field CSI (string)
-- Emitted when the terminal version receives an unrecognized CSI sequence.
-- Arguments:
@@ -142,7 +142,7 @@ local M = {}
-- `buffer.MOD_SHIFT`, `buffer.MOD_ALT`, and `buffer.MOD_META`.
-- Note: If you set `buffer.rectangular_selection_modifier` to
-- `buffer.MOD_CTRL`, the "Control" modifier is reported as *both* "Control"
--- and "Alt" due to a Scintilla limitation with GTK+.
+-- and "Alt" due to a Scintilla limitation with GTK.
-- @field INDICATOR_RELEASE (string)
-- Emitted when releasing the mouse after clicking on text that has an
-- indicator present.
@@ -172,7 +172,7 @@ local M = {}
-- `buffer.MOD_SHIFT`, `buffer.MOD_ALT`, and `buffer.MOD_META`.
-- Note: If you set `buffer.rectangular_selection_modifier` to
-- `buffer.MOD_CTRL`, the "Control" modifier is reported as *both* "Control"
--- and "Alt" due to a Scintilla limitation with GTK+.
+-- and "Alt" due to a Scintilla limitation with GTK.
-- @field MENU_CLICKED (string)
-- Emitted after selecting a menu item.
-- Arguments: