summaryrefslogtreecommitdiffstats
path: root/src/undo.c
diff options
context:
space:
mode:
authorAndrés <andmarti@gmail.com>2021-06-15 09:08:53 -0300
committerAndrés <andmarti@gmail.com>2021-06-15 09:08:53 -0300
commitcb59cdff8412a4b1fefc6dacab9ac120b9b39018 (patch)
tree2c6a1c44579a0c06c1c2a8eaaf9a7aba5a484f54 /src/undo.c
parent2d7722682a2188b1f60c56391800d574f37b8024 (diff)
modify yanklist to be ent_ptr. Backslash double quotes in cpaste
Diffstat (limited to 'src/undo.c')
-rw-r--r--src/undo.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/undo.c b/src/undo.c
index 9927936..815324e 100644
--- a/src/undo.c
+++ b/src/undo.c
@@ -83,6 +83,13 @@
* p_sig: pointer to 'undo' struct, If NULL, this node is the last change in
* the session.
*
+ * modflg_bef: document modflg before the change
+ * maxrow_bef: sheet maxrow before the change
+ * maxcol_bef: sheet maxcol before the change
+ * modflg_aft: document modflg after the change
+ * maxrow_aft: sheet maxrow after the change
+ * maxcol_aft: sheet maxcol after the change
+ *
* Follows one level UNDO/REDO scheme. A change (C1) is made, then an UNDO operation, and
* another change (C2). From there later changes are removed.
* Scheme: