diff options
author | 2019-06-01 19:41:09 -0400 | |
---|---|---|
committer | 2019-06-01 19:41:09 -0400 | |
commit | 84f281ac997dcd06b3205e4e13cbc4f5df793c0c (patch) | |
tree | 92de404e0b6800b341293a740b4580161198a31b /core/events.lua | |
parent | bf2bf55ff58f8a37aa675b6ac908bd53de02192f (diff) | |
download | textadept-84f281ac997dcd06b3205e4e13cbc4f5df793c0c.tar.gz textadept-84f281ac997dcd06b3205e4e13cbc4f5df793c0c.zip |
GTK+ was renamed to GTK recently.
Diffstat (limited to 'core/events.lua')
-rw-r--r-- | core/events.lua | 6 |
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: |