summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorAndrés <andmarti@gmail.com>2021-04-04 23:04:01 -0300
committerAndrés <andmarti@gmail.com>2021-04-04 23:04:01 -0300
commit66a2e2e24a9a02fb799302307bd447fd6f121264 (patch)
tree597ee29d2ec38c2e695942ae277dacb925796ba7 /src/main.c
parent3ce44801c065fffcded9ea2d8dfa64a124734961 (diff)
Rows now can have height higher than 1 LINE. Its UNDO still pending.
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 34d5ba7..7b13f2c 100644
--- a/src/main.c
+++ b/src/main.c
@@ -104,6 +104,7 @@ int * precision;
int * realfmt;
char * col_hidden;
char * row_hidden;
+unsigned short * rowformat;
char line[FBUFLEN];
int modflg; /**< Indicates a change was made since last save */
struct ent *** tbl;