summaryrefslogtreecommitdiffstats
path: root/src/cmds.h
diff options
context:
space:
mode:
authorAndrés <andmarti@gmail.com>2021-04-01 12:39:53 -0300
committerAndrés <andmarti@gmail.com>2021-04-01 12:39:53 -0300
commit7633c8e177ff19a5ff0ccbfc1c28ac624ac38e06 (patch)
treec829e10c984384f07c8490fc7645d66c1a17444f /src/cmds.h
parent78611978eb8bbbc9743dc12615e4f1a38368c38e (diff)
Improve undo / yank using malloc for batches
Diffstat (limited to 'src/cmds.h')
-rw-r--r--src/cmds.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmds.h b/src/cmds.h
index 42cbe0d..eae624f 100644
--- a/src/cmds.h
+++ b/src/cmds.h
@@ -109,6 +109,7 @@ void erase_area(int sr, int sc, int er, int ec, int ignorelock, int mark_ent_as_
void auto_justify(int ci, int cf, int min);
void valueize_area(int sr, int sc, int er, int ec);
void sync_refs();
+void syncref(register struct enode * e);
int fcopy(char * action);
int fsum();
int pad(int n, int r1, int c1, int r2, int c2);