aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 195c87d37..c04d23a80 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -837,6 +837,9 @@ fun void BeginUndoAction=2078(,)
# End a sequence of actions that is undone and redone as a unit.
fun void EndUndoAction=2079(,)
+# Is an undo sequence active?
+get int GetUndoSequence=2799(,)
+
# How many undo actions are in the history?
get int GetUndoActions=2790(,)