From ea4775ceb5fdddcdcf533d705ee3880da2cd0997 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Fri, 28 Sep 2012 15:27:10 -0400 Subject: Added marks for making selection in ncurses. Even though the implementation uses a new `MODIFIED` event, it is left undocumented because it will likely never be a full implementation of SCN_MODIFIED. --- core/events.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'core/events.lua') diff --git a/core/events.lua b/core/events.lua index 0953f2f1..3623d1b5 100644 --- a/core/events.lua +++ b/core/events.lua @@ -347,6 +347,7 @@ local scnotifications = { [c.SCN_SAVEPOINTLEFT] = { 'save_point_left' }, [c.SCN_DOUBLECLICK] = { 'double_click', 'position', 'line', 'modifiers' }, [c.SCN_UPDATEUI] = { 'update_ui' }, + [c.SCN_MODIFIED] = { 'modified', 'modification_type' }, -- undocumented [c.SCN_MARGINCLICK] = { 'margin_click', 'margin', 'position', 'modifiers' }, [c.SCN_USERLISTSELECTION] = { 'user_list_selection', 'wParam', 'text', 'position' -- cgit v1.2.3