[C] Changed default style

This commit is contained in:
seleznevae
2018-01-15 21:33:48 +03:00
parent 7f8dd23101
commit 0f16476574
2 changed files with 56 additions and 57 deletions

View File

@@ -163,22 +163,21 @@ static fort_table_options_t g_table_options = {
/* border_chars */
{
'=', '=', '=', '=',
'+', '-', '+', '+',
'|', '|', '|',
'=', '=', '=', '=',
'=', '=', '=', '='
'+', '-', '+', '+',
'+', '-', '+', '+'
},
/* header_border_chars */
{
'=', '=', '=', '=',
'|', '|', '|',
'=', '=', '=', '=',
'=', '=', '=', '='
'+', '-', '+', '+',
'|', '|', '|',
'+', '-', '+', '+',
'+', '-', '+', '+'
},
NULL, /* col_options */
};