summaryrefslogtreecommitdiffstats
path: root/src/cmds.h
diff options
context:
space:
mode:
authorAndrés <andmarti@gmail.com>2021-04-05 08:58:26 -0300
committerAndrés <andmarti@gmail.com>2021-04-05 08:58:26 -0300
commitb3ff607aaff49e1193ba5b11ed62e869ae21cf55 (patch)
treeaf99e15ba286e3ca2c132ae0b9b73e4d7b0042ca /src/cmds.h
parent66a2e2e24a9a02fb799302307bd447fd6f121264 (diff)
save row formats to sc files. Added command to load them to gram.y
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 eae624f..784f62b 100644
--- a/src/cmds.h
+++ b/src/cmds.h
@@ -103,6 +103,7 @@ void ljustify(int sr, int sc, int er, int ec);
void rjustify(int sr, int sc, int er, int ec);
void center(int sr, int sc, int er, int ec);
void doformat(int c1, int c2, int w, int p, int r);
+void dorowformat(int r, unsigned char size);
struct enode;
int etype(register struct enode *e);
void erase_area(int sr, int sc, int er, int ec, int ignorelock, int mark_ent_as_deleted);