[R] Table printing refactoring

This commit is contained in:
seleznevae
2018-01-05 23:38:11 +03:00
parent a2c793cda2
commit 6dc77bd5a1
3 changed files with 84 additions and 12 deletions

View File

@@ -110,6 +110,7 @@ struct fort_table_options
int cell_empty_string_height;
char hor_separator;
char ver_separator;
char header_hor_separator;
};
typedef struct fort_table_options fort_table_options_t;