aboutsummaryrefslogtreecommitdiffhomepage
path: root/undo.h
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2012-11-08 02:21:36 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2012-11-08 02:21:36 +0100
commit0d01c262c0ed23ef950530c743b023e89ef4a821 (patch)
treecffd42ba85f3ef7ecf82193ce3302570507adede /undo.h
parent075d33912ac88aa288055ce2f4eff4273bce3d63 (diff)
downloadsciteco-0d01c262c0ed23ef950530c743b023e89ef4a821.tar.gz
support line termination ($$) as immediate editing command + some fixes
* separate function for immediate editing command processing * undo.clear() to remove and free all undo tokens without executing them * goto_table_clear() to remove and free all goto table entries
Diffstat (limited to 'undo.h')
-rw-r--r--undo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/undo.h b/undo.h
index aeefb09..5b955ab 100644
--- a/undo.h
+++ b/undo.h
@@ -124,6 +124,8 @@ public:
}
void pop(gint pos);
+
+ void clear(void);
} undo;
#endif \ No newline at end of file