diff --git a/lib/fort.c b/lib/fort.c index b684447..e306a56 100644 --- a/lib/fort.c +++ b/lib/fort.c @@ -1007,7 +1007,7 @@ fort_status_t set_default_cell_option(uint32_t option, int value) " ", " ", " ", \ " ", "-", " ", " ", \ " ", " ", " ", " ", \ - " ", " ", " ", " ", \ + " ", "-", " ", "-", \ }, \ /* separator_chars */ \ { \ @@ -1030,7 +1030,7 @@ fort_status_t set_default_cell_option(uint32_t option, int value) " ", " ", " ", \ " ", "-", "-", " ", \ " ", "-", "-", " ", \ - " ", " ", " ", " ", \ + " ", "-", " ", "-", \ }, \ /* separator_chars */ \ { \ @@ -1045,7 +1045,7 @@ fort_status_t set_default_cell_option(uint32_t option, int value) ":", ":", ":", \ "\0", "\0", "\0", "\0", \ ":", ".", ":", ":", \ - "+", "+", "+", "+", \ + "+", ":", "+", ":", \ }, \ /* header_border_chars */ \ { \ @@ -1053,7 +1053,7 @@ fort_status_t set_default_cell_option(uint32_t option, int value) ":", ":", ":", \ ":", ".", ":", ":", \ ":", ".", ":", ":", \ - "+", "+", "+", "+", \ + "+", ".", "+", ".", \ }, \ /* separator_chars */ \ { \ @@ -1092,7 +1092,7 @@ fort_status_t set_default_cell_option(uint32_t option, int value) "│", "│", "│", \ "", "", "", "", \ "└", "─", "┴", "╯", \ - "┼", "┼", "┼", "┼", \ + "│", "─", "│", "─", \ }, \ /* header_border_chars */ \ { \ @@ -1100,7 +1100,7 @@ fort_status_t set_default_cell_option(uint32_t option, int value) "│", "│", "│", \ "├", "─", "┼", "┤", \ "└", "─", "┴", "┘", \ - "┼", "┼", "┼", "┼", \ + "┼", "┬", "┼", "┴", \ }, \ /* separator_chars */ \ { \ @@ -1115,7 +1115,7 @@ fort_status_t set_default_cell_option(uint32_t option, int value) "│", "│", "│", \ "", "", "", "", \ "╰", "─", "┴", "╯", \ - "┼", "┼", "┼", "┼", \ + "│", "─", "│", "─", \ }, \ /* header_border_chars */ \ { \ @@ -1123,7 +1123,7 @@ fort_status_t set_default_cell_option(uint32_t option, int value) "│", "│", "│", \ "├", "─", "┼", "┤", \ "╰", "─", "┴", "╯", \ - "┼", "┼", "┼", "┼", \ + "┼", "┬", "┼", "┴", \ }, \ /* separator_chars */ \ { \ @@ -1147,7 +1147,7 @@ fort_status_t set_default_cell_option(uint32_t option, int value) "║", "║", "║", \ "╠", "═", "╬", "╣", \ "╚", "═", "╩", "╝", \ - "┣", "┻", "┣", "┳", \ + "┣", "╦", "┣", "╩", \ }, \ /* separator_chars */ \ { \ @@ -1195,7 +1195,7 @@ fort_status_t set_default_cell_option(uint32_t option, int value) "┃", "┃", "┃", \ "┣", "━", "╋", "┫", \ "┗", "━", "┻", "┛", \ - "┣", "┻", "┣", "┳", \ + "┣", "┳", "┣", "┻", \ }, \ /* separator_chars */ \ { \ @@ -1210,7 +1210,7 @@ fort_status_t set_default_cell_option(uint32_t option, int value) "┃", "│", "┃", \ "┠", "─", "┼", "┨", \ "┗", "━", "┷", "┛", \ - "┣", "┻", "┣", "┳", \ + "┣", "┬", "┣", "┴", \ }, \ /* header_border_chars */ \ { \ @@ -1218,7 +1218,7 @@ fort_status_t set_default_cell_option(uint32_t option, int value) "┃", "│", "┃", \ "┣", "━", "┿", "┫", \ "┗", "━", "┷", "┛", \ - "┣", "┻", "┣", "┳", \ + "┣", "┯", "┣", "┷", \ }, \ /* separator_chars */ \ { \ @@ -1233,7 +1233,7 @@ fort_status_t set_default_cell_option(uint32_t option, int value) "▌", "┃", "▐", \ "", "", "", "", \ "▙", "▄", "▄", "▟", \ - "┣", "┻", "┣", "┳" \ + "┣", "━", "┣", "━" \ }, \ /* header_border_chars */ \ { \ @@ -1241,7 +1241,7 @@ fort_status_t set_default_cell_option(uint32_t option, int value) "▌", "┃", "▐", \ "▌", "━", "╋", "▐", \ "▙", "▄", "▄", "▟", \ - "┣", "┻", "┣", "┳", \ + "┣", "━", "┣", "━", \ }, \ /* separator_chars */ \ { \ diff --git a/src/options.c b/src/options.c index 70660b4..47bca15 100644 --- a/src/options.c +++ b/src/options.c @@ -269,7 +269,7 @@ fort_status_t set_default_cell_option(uint32_t option, int value) " ", " ", " ", \ " ", "-", " ", " ", \ " ", " ", " ", " ", \ - " ", " ", " ", " ", \ + " ", "-", " ", "-", \ }, \ /* separator_chars */ \ { \ @@ -292,7 +292,7 @@ fort_status_t set_default_cell_option(uint32_t option, int value) " ", " ", " ", \ " ", "-", "-", " ", \ " ", "-", "-", " ", \ - " ", " ", " ", " ", \ + " ", "-", " ", "-", \ }, \ /* separator_chars */ \ { \ @@ -307,7 +307,7 @@ fort_status_t set_default_cell_option(uint32_t option, int value) ":", ":", ":", \ "\0", "\0", "\0", "\0", \ ":", ".", ":", ":", \ - "+", "+", "+", "+", \ + "+", ":", "+", ":", \ }, \ /* header_border_chars */ \ { \ @@ -315,7 +315,7 @@ fort_status_t set_default_cell_option(uint32_t option, int value) ":", ":", ":", \ ":", ".", ":", ":", \ ":", ".", ":", ":", \ - "+", "+", "+", "+", \ + "+", ".", "+", ".", \ }, \ /* separator_chars */ \ { \ @@ -354,7 +354,7 @@ fort_status_t set_default_cell_option(uint32_t option, int value) "│", "│", "│", \ "", "", "", "", \ "└", "─", "┴", "╯", \ - "┼", "┼", "┼", "┼", \ + "│", "─", "│", "─", \ }, \ /* header_border_chars */ \ { \ @@ -362,7 +362,7 @@ fort_status_t set_default_cell_option(uint32_t option, int value) "│", "│", "│", \ "├", "─", "┼", "┤", \ "└", "─", "┴", "┘", \ - "┼", "┼", "┼", "┼", \ + "┼", "┬", "┼", "┴", \ }, \ /* separator_chars */ \ { \ @@ -377,7 +377,7 @@ fort_status_t set_default_cell_option(uint32_t option, int value) "│", "│", "│", \ "", "", "", "", \ "╰", "─", "┴", "╯", \ - "┼", "┼", "┼", "┼", \ + "│", "─", "│", "─", \ }, \ /* header_border_chars */ \ { \ @@ -385,7 +385,7 @@ fort_status_t set_default_cell_option(uint32_t option, int value) "│", "│", "│", \ "├", "─", "┼", "┤", \ "╰", "─", "┴", "╯", \ - "┼", "┼", "┼", "┼", \ + "┼", "┬", "┼", "┴", \ }, \ /* separator_chars */ \ { \ @@ -409,7 +409,7 @@ fort_status_t set_default_cell_option(uint32_t option, int value) "║", "║", "║", \ "╠", "═", "╬", "╣", \ "╚", "═", "╩", "╝", \ - "┣", "┻", "┣", "┳", \ + "┣", "╦", "┣", "╩", \ }, \ /* separator_chars */ \ { \ @@ -457,7 +457,7 @@ fort_status_t set_default_cell_option(uint32_t option, int value) "┃", "┃", "┃", \ "┣", "━", "╋", "┫", \ "┗", "━", "┻", "┛", \ - "┣", "┻", "┣", "┳", \ + "┣", "┳", "┣", "┻", \ }, \ /* separator_chars */ \ { \ @@ -472,7 +472,7 @@ fort_status_t set_default_cell_option(uint32_t option, int value) "┃", "│", "┃", \ "┠", "─", "┼", "┨", \ "┗", "━", "┷", "┛", \ - "┣", "┻", "┣", "┳", \ + "┣", "┬", "┣", "┴", \ }, \ /* header_border_chars */ \ { \ @@ -480,7 +480,7 @@ fort_status_t set_default_cell_option(uint32_t option, int value) "┃", "│", "┃", \ "┣", "━", "┿", "┫", \ "┗", "━", "┷", "┛", \ - "┣", "┻", "┣", "┳", \ + "┣", "┯", "┣", "┷", \ }, \ /* separator_chars */ \ { \ @@ -495,7 +495,7 @@ fort_status_t set_default_cell_option(uint32_t option, int value) "▌", "┃", "▐", \ "", "", "", "", \ "▙", "▄", "▄", "▟", \ - "┣", "┻", "┣", "┳" \ + "┣", "━", "┣", "━" \ }, \ /* header_border_chars */ \ { \ @@ -503,7 +503,7 @@ fort_status_t set_default_cell_option(uint32_t option, int value) "▌", "┃", "▐", \ "▌", "━", "╋", "▐", \ "▙", "▄", "▄", "▟", \ - "┣", "┻", "┣", "┳", \ + "┣", "━", "┣", "━", \ }, \ /* separator_chars */ \ { \