aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2020-03-26 20:20:06 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2020-03-26 20:20:06 -0400
commitb4b6a054d5a81054649762f6399d7024e1af66ff (patch)
treeea4eceb11f7afb2c11a574e2a73ea1fdf2ac0c0f /scripts
parent9a9d7b484af4f0b6cecb06266c1ceee0a1c63c05 (diff)
Committing temporary iface changes until Scintilla's iface is patched.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/gen_iface.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/gen_iface.lua b/scripts/gen_iface.lua
index f8386e84..bb520035 100755
--- a/scripts/gen_iface.lua
+++ b/scripts/gen_iface.lua
@@ -158,6 +158,13 @@ properties['annotation_style_offset'][3] = types.index
properties['main_selection'][3] = types.index
functions['position_relative'][4] = types.int
+-- Awaiting upstream Scintilla patch. Once applied, these should be removed.
+functions['marker_line_from_handle'][2] = types.index
+functions['call_tip_set_hlt'][3] = types.index
+functions['call_tip_set_hlt'][4] = types.index
+functions['indicator_start'][2] = types.index
+functions['indicator_end'][2] = types.index
+
-- Add mouse events from Scintilla curses manually.
constants[#constants + 1] = 'MOUSE_PRESS=1'
constants[#constants + 1] = 'MOUSE_DRAG=2'