[C] Modified border styles
This commit is contained in:
parent
c89587b5aa
commit
c0536323d0
28
lib/fort.c
28
lib/fort.c
@ -1007,7 +1007,7 @@ fort_status_t set_default_cell_option(uint32_t option, int value)
|
|||||||
" ", " ", " ", \
|
" ", " ", " ", \
|
||||||
" ", "-", " ", " ", \
|
" ", "-", " ", " ", \
|
||||||
" ", " ", " ", " ", \
|
" ", " ", " ", " ", \
|
||||||
" ", " ", " ", " ", \
|
" ", "-", " ", "-", \
|
||||||
}, \
|
}, \
|
||||||
/* separator_chars */ \
|
/* separator_chars */ \
|
||||||
{ \
|
{ \
|
||||||
@ -1030,7 +1030,7 @@ fort_status_t set_default_cell_option(uint32_t option, int value)
|
|||||||
" ", " ", " ", \
|
" ", " ", " ", \
|
||||||
" ", "-", "-", " ", \
|
" ", "-", "-", " ", \
|
||||||
" ", "-", "-", " ", \
|
" ", "-", "-", " ", \
|
||||||
" ", " ", " ", " ", \
|
" ", "-", " ", "-", \
|
||||||
}, \
|
}, \
|
||||||
/* separator_chars */ \
|
/* separator_chars */ \
|
||||||
{ \
|
{ \
|
||||||
@ -1045,7 +1045,7 @@ fort_status_t set_default_cell_option(uint32_t option, int value)
|
|||||||
":", ":", ":", \
|
":", ":", ":", \
|
||||||
"\0", "\0", "\0", "\0", \
|
"\0", "\0", "\0", "\0", \
|
||||||
":", ".", ":", ":", \
|
":", ".", ":", ":", \
|
||||||
"+", "+", "+", "+", \
|
"+", ":", "+", ":", \
|
||||||
}, \
|
}, \
|
||||||
/* header_border_chars */ \
|
/* header_border_chars */ \
|
||||||
{ \
|
{ \
|
||||||
@ -1053,7 +1053,7 @@ fort_status_t set_default_cell_option(uint32_t option, int value)
|
|||||||
":", ":", ":", \
|
":", ":", ":", \
|
||||||
":", ".", ":", ":", \
|
":", ".", ":", ":", \
|
||||||
":", ".", ":", ":", \
|
":", ".", ":", ":", \
|
||||||
"+", "+", "+", "+", \
|
"+", ".", "+", ".", \
|
||||||
}, \
|
}, \
|
||||||
/* separator_chars */ \
|
/* separator_chars */ \
|
||||||
{ \
|
{ \
|
||||||
@ -1092,7 +1092,7 @@ fort_status_t set_default_cell_option(uint32_t option, int value)
|
|||||||
"│", "│", "│", \
|
"│", "│", "│", \
|
||||||
"", "", "", "", \
|
"", "", "", "", \
|
||||||
"└", "─", "┴", "╯", \
|
"└", "─", "┴", "╯", \
|
||||||
"┼", "┼", "┼", "┼", \
|
"│", "─", "│", "─", \
|
||||||
}, \
|
}, \
|
||||||
/* header_border_chars */ \
|
/* header_border_chars */ \
|
||||||
{ \
|
{ \
|
||||||
@ -1100,7 +1100,7 @@ fort_status_t set_default_cell_option(uint32_t option, int value)
|
|||||||
"│", "│", "│", \
|
"│", "│", "│", \
|
||||||
"├", "─", "┼", "┤", \
|
"├", "─", "┼", "┤", \
|
||||||
"└", "─", "┴", "┘", \
|
"└", "─", "┴", "┘", \
|
||||||
"┼", "┼", "┼", "┼", \
|
"┼", "┬", "┼", "┴", \
|
||||||
}, \
|
}, \
|
||||||
/* separator_chars */ \
|
/* separator_chars */ \
|
||||||
{ \
|
{ \
|
||||||
@ -1115,7 +1115,7 @@ fort_status_t set_default_cell_option(uint32_t option, int value)
|
|||||||
"│", "│", "│", \
|
"│", "│", "│", \
|
||||||
"", "", "", "", \
|
"", "", "", "", \
|
||||||
"╰", "─", "┴", "╯", \
|
"╰", "─", "┴", "╯", \
|
||||||
"┼", "┼", "┼", "┼", \
|
"│", "─", "│", "─", \
|
||||||
}, \
|
}, \
|
||||||
/* header_border_chars */ \
|
/* header_border_chars */ \
|
||||||
{ \
|
{ \
|
||||||
@ -1123,7 +1123,7 @@ fort_status_t set_default_cell_option(uint32_t option, int value)
|
|||||||
"│", "│", "│", \
|
"│", "│", "│", \
|
||||||
"├", "─", "┼", "┤", \
|
"├", "─", "┼", "┤", \
|
||||||
"╰", "─", "┴", "╯", \
|
"╰", "─", "┴", "╯", \
|
||||||
"┼", "┼", "┼", "┼", \
|
"┼", "┬", "┼", "┴", \
|
||||||
}, \
|
}, \
|
||||||
/* separator_chars */ \
|
/* separator_chars */ \
|
||||||
{ \
|
{ \
|
||||||
@ -1147,7 +1147,7 @@ fort_status_t set_default_cell_option(uint32_t option, int value)
|
|||||||
"║", "║", "║", \
|
"║", "║", "║", \
|
||||||
"╠", "═", "╬", "╣", \
|
"╠", "═", "╬", "╣", \
|
||||||
"╚", "═", "╩", "╝", \
|
"╚", "═", "╩", "╝", \
|
||||||
"┣", "┻", "┣", "┳", \
|
"┣", "╦", "┣", "╩", \
|
||||||
}, \
|
}, \
|
||||||
/* separator_chars */ \
|
/* separator_chars */ \
|
||||||
{ \
|
{ \
|
||||||
@ -1195,7 +1195,7 @@ fort_status_t set_default_cell_option(uint32_t option, int value)
|
|||||||
"┃", "┃", "┃", \
|
"┃", "┃", "┃", \
|
||||||
"┣", "━", "╋", "┫", \
|
"┣", "━", "╋", "┫", \
|
||||||
"┗", "━", "┻", "┛", \
|
"┗", "━", "┻", "┛", \
|
||||||
"┣", "┻", "┣", "┳", \
|
"┣", "┳", "┣", "┻", \
|
||||||
}, \
|
}, \
|
||||||
/* separator_chars */ \
|
/* separator_chars */ \
|
||||||
{ \
|
{ \
|
||||||
@ -1210,7 +1210,7 @@ fort_status_t set_default_cell_option(uint32_t option, int value)
|
|||||||
"┃", "│", "┃", \
|
"┃", "│", "┃", \
|
||||||
"┠", "─", "┼", "┨", \
|
"┠", "─", "┼", "┨", \
|
||||||
"┗", "━", "┷", "┛", \
|
"┗", "━", "┷", "┛", \
|
||||||
"┣", "┻", "┣", "┳", \
|
"┣", "┬", "┣", "┴", \
|
||||||
}, \
|
}, \
|
||||||
/* header_border_chars */ \
|
/* header_border_chars */ \
|
||||||
{ \
|
{ \
|
||||||
@ -1218,7 +1218,7 @@ fort_status_t set_default_cell_option(uint32_t option, int value)
|
|||||||
"┃", "│", "┃", \
|
"┃", "│", "┃", \
|
||||||
"┣", "━", "┿", "┫", \
|
"┣", "━", "┿", "┫", \
|
||||||
"┗", "━", "┷", "┛", \
|
"┗", "━", "┷", "┛", \
|
||||||
"┣", "┻", "┣", "┳", \
|
"┣", "┯", "┣", "┷", \
|
||||||
}, \
|
}, \
|
||||||
/* separator_chars */ \
|
/* separator_chars */ \
|
||||||
{ \
|
{ \
|
||||||
@ -1233,7 +1233,7 @@ fort_status_t set_default_cell_option(uint32_t option, int value)
|
|||||||
"▌", "┃", "▐", \
|
"▌", "┃", "▐", \
|
||||||
"", "", "", "", \
|
"", "", "", "", \
|
||||||
"▙", "▄", "▄", "▟", \
|
"▙", "▄", "▄", "▟", \
|
||||||
"┣", "┻", "┣", "┳" \
|
"┣", "━", "┣", "━" \
|
||||||
}, \
|
}, \
|
||||||
/* header_border_chars */ \
|
/* header_border_chars */ \
|
||||||
{ \
|
{ \
|
||||||
@ -1241,7 +1241,7 @@ fort_status_t set_default_cell_option(uint32_t option, int value)
|
|||||||
"▌", "┃", "▐", \
|
"▌", "┃", "▐", \
|
||||||
"▌", "━", "╋", "▐", \
|
"▌", "━", "╋", "▐", \
|
||||||
"▙", "▄", "▄", "▟", \
|
"▙", "▄", "▄", "▟", \
|
||||||
"┣", "┻", "┣", "┳", \
|
"┣", "━", "┣", "━", \
|
||||||
}, \
|
}, \
|
||||||
/* separator_chars */ \
|
/* separator_chars */ \
|
||||||
{ \
|
{ \
|
||||||
|
@ -269,7 +269,7 @@ fort_status_t set_default_cell_option(uint32_t option, int value)
|
|||||||
" ", " ", " ", \
|
" ", " ", " ", \
|
||||||
" ", "-", " ", " ", \
|
" ", "-", " ", " ", \
|
||||||
" ", " ", " ", " ", \
|
" ", " ", " ", " ", \
|
||||||
" ", " ", " ", " ", \
|
" ", "-", " ", "-", \
|
||||||
}, \
|
}, \
|
||||||
/* separator_chars */ \
|
/* separator_chars */ \
|
||||||
{ \
|
{ \
|
||||||
@ -292,7 +292,7 @@ fort_status_t set_default_cell_option(uint32_t option, int value)
|
|||||||
" ", " ", " ", \
|
" ", " ", " ", \
|
||||||
" ", "-", "-", " ", \
|
" ", "-", "-", " ", \
|
||||||
" ", "-", "-", " ", \
|
" ", "-", "-", " ", \
|
||||||
" ", " ", " ", " ", \
|
" ", "-", " ", "-", \
|
||||||
}, \
|
}, \
|
||||||
/* separator_chars */ \
|
/* separator_chars */ \
|
||||||
{ \
|
{ \
|
||||||
@ -307,7 +307,7 @@ fort_status_t set_default_cell_option(uint32_t option, int value)
|
|||||||
":", ":", ":", \
|
":", ":", ":", \
|
||||||
"\0", "\0", "\0", "\0", \
|
"\0", "\0", "\0", "\0", \
|
||||||
":", ".", ":", ":", \
|
":", ".", ":", ":", \
|
||||||
"+", "+", "+", "+", \
|
"+", ":", "+", ":", \
|
||||||
}, \
|
}, \
|
||||||
/* header_border_chars */ \
|
/* header_border_chars */ \
|
||||||
{ \
|
{ \
|
||||||
@ -315,7 +315,7 @@ fort_status_t set_default_cell_option(uint32_t option, int value)
|
|||||||
":", ":", ":", \
|
":", ":", ":", \
|
||||||
":", ".", ":", ":", \
|
":", ".", ":", ":", \
|
||||||
":", ".", ":", ":", \
|
":", ".", ":", ":", \
|
||||||
"+", "+", "+", "+", \
|
"+", ".", "+", ".", \
|
||||||
}, \
|
}, \
|
||||||
/* separator_chars */ \
|
/* separator_chars */ \
|
||||||
{ \
|
{ \
|
||||||
@ -354,7 +354,7 @@ fort_status_t set_default_cell_option(uint32_t option, int value)
|
|||||||
"│", "│", "│", \
|
"│", "│", "│", \
|
||||||
"", "", "", "", \
|
"", "", "", "", \
|
||||||
"└", "─", "┴", "╯", \
|
"└", "─", "┴", "╯", \
|
||||||
"┼", "┼", "┼", "┼", \
|
"│", "─", "│", "─", \
|
||||||
}, \
|
}, \
|
||||||
/* header_border_chars */ \
|
/* header_border_chars */ \
|
||||||
{ \
|
{ \
|
||||||
@ -362,7 +362,7 @@ fort_status_t set_default_cell_option(uint32_t option, int value)
|
|||||||
"│", "│", "│", \
|
"│", "│", "│", \
|
||||||
"├", "─", "┼", "┤", \
|
"├", "─", "┼", "┤", \
|
||||||
"└", "─", "┴", "┘", \
|
"└", "─", "┴", "┘", \
|
||||||
"┼", "┼", "┼", "┼", \
|
"┼", "┬", "┼", "┴", \
|
||||||
}, \
|
}, \
|
||||||
/* separator_chars */ \
|
/* separator_chars */ \
|
||||||
{ \
|
{ \
|
||||||
@ -377,7 +377,7 @@ fort_status_t set_default_cell_option(uint32_t option, int value)
|
|||||||
"│", "│", "│", \
|
"│", "│", "│", \
|
||||||
"", "", "", "", \
|
"", "", "", "", \
|
||||||
"╰", "─", "┴", "╯", \
|
"╰", "─", "┴", "╯", \
|
||||||
"┼", "┼", "┼", "┼", \
|
"│", "─", "│", "─", \
|
||||||
}, \
|
}, \
|
||||||
/* header_border_chars */ \
|
/* header_border_chars */ \
|
||||||
{ \
|
{ \
|
||||||
@ -385,7 +385,7 @@ fort_status_t set_default_cell_option(uint32_t option, int value)
|
|||||||
"│", "│", "│", \
|
"│", "│", "│", \
|
||||||
"├", "─", "┼", "┤", \
|
"├", "─", "┼", "┤", \
|
||||||
"╰", "─", "┴", "╯", \
|
"╰", "─", "┴", "╯", \
|
||||||
"┼", "┼", "┼", "┼", \
|
"┼", "┬", "┼", "┴", \
|
||||||
}, \
|
}, \
|
||||||
/* separator_chars */ \
|
/* separator_chars */ \
|
||||||
{ \
|
{ \
|
||||||
@ -409,7 +409,7 @@ fort_status_t set_default_cell_option(uint32_t option, int value)
|
|||||||
"║", "║", "║", \
|
"║", "║", "║", \
|
||||||
"╠", "═", "╬", "╣", \
|
"╠", "═", "╬", "╣", \
|
||||||
"╚", "═", "╩", "╝", \
|
"╚", "═", "╩", "╝", \
|
||||||
"┣", "┻", "┣", "┳", \
|
"┣", "╦", "┣", "╩", \
|
||||||
}, \
|
}, \
|
||||||
/* separator_chars */ \
|
/* separator_chars */ \
|
||||||
{ \
|
{ \
|
||||||
@ -457,7 +457,7 @@ fort_status_t set_default_cell_option(uint32_t option, int value)
|
|||||||
"┃", "┃", "┃", \
|
"┃", "┃", "┃", \
|
||||||
"┣", "━", "╋", "┫", \
|
"┣", "━", "╋", "┫", \
|
||||||
"┗", "━", "┻", "┛", \
|
"┗", "━", "┻", "┛", \
|
||||||
"┣", "┻", "┣", "┳", \
|
"┣", "┳", "┣", "┻", \
|
||||||
}, \
|
}, \
|
||||||
/* separator_chars */ \
|
/* separator_chars */ \
|
||||||
{ \
|
{ \
|
||||||
@ -472,7 +472,7 @@ fort_status_t set_default_cell_option(uint32_t option, int value)
|
|||||||
"┃", "│", "┃", \
|
"┃", "│", "┃", \
|
||||||
"┠", "─", "┼", "┨", \
|
"┠", "─", "┼", "┨", \
|
||||||
"┗", "━", "┷", "┛", \
|
"┗", "━", "┷", "┛", \
|
||||||
"┣", "┻", "┣", "┳", \
|
"┣", "┬", "┣", "┴", \
|
||||||
}, \
|
}, \
|
||||||
/* header_border_chars */ \
|
/* header_border_chars */ \
|
||||||
{ \
|
{ \
|
||||||
@ -480,7 +480,7 @@ fort_status_t set_default_cell_option(uint32_t option, int value)
|
|||||||
"┃", "│", "┃", \
|
"┃", "│", "┃", \
|
||||||
"┣", "━", "┿", "┫", \
|
"┣", "━", "┿", "┫", \
|
||||||
"┗", "━", "┷", "┛", \
|
"┗", "━", "┷", "┛", \
|
||||||
"┣", "┻", "┣", "┳", \
|
"┣", "┯", "┣", "┷", \
|
||||||
}, \
|
}, \
|
||||||
/* separator_chars */ \
|
/* separator_chars */ \
|
||||||
{ \
|
{ \
|
||||||
@ -495,7 +495,7 @@ fort_status_t set_default_cell_option(uint32_t option, int value)
|
|||||||
"▌", "┃", "▐", \
|
"▌", "┃", "▐", \
|
||||||
"", "", "", "", \
|
"", "", "", "", \
|
||||||
"▙", "▄", "▄", "▟", \
|
"▙", "▄", "▄", "▟", \
|
||||||
"┣", "┻", "┣", "┳" \
|
"┣", "━", "┣", "━" \
|
||||||
}, \
|
}, \
|
||||||
/* header_border_chars */ \
|
/* header_border_chars */ \
|
||||||
{ \
|
{ \
|
||||||
@ -503,7 +503,7 @@ fort_status_t set_default_cell_option(uint32_t option, int value)
|
|||||||
"▌", "┃", "▐", \
|
"▌", "┃", "▐", \
|
||||||
"▌", "━", "╋", "▐", \
|
"▌", "━", "╋", "▐", \
|
||||||
"▙", "▄", "▄", "▟", \
|
"▙", "▄", "▄", "▟", \
|
||||||
"┣", "┻", "┣", "┳", \
|
"┣", "━", "┣", "━", \
|
||||||
}, \
|
}, \
|
||||||
/* separator_chars */ \
|
/* separator_chars */ \
|
||||||
{ \
|
{ \
|
||||||
|
Loading…
Reference in New Issue
Block a user