[A] Added header vert. separator

This commit is contained in:
seleznevae
2018-01-06 12:19:02 +03:00
parent 6dc77bd5a1
commit b9110741e7
3 changed files with 15 additions and 24 deletions

View File

@@ -111,6 +111,7 @@ struct fort_table_options
char hor_separator;
char ver_separator;
char header_hor_separator;
char header_ver_separator;
};
typedef struct fort_table_options fort_table_options_t;