|
| constexpr std::string_view | fiber::utf8_lines::single_horizontal = FIBER_UTF8_CODE("─", "-") |
| |
| constexpr std::string_view | fiber::utf8_lines::single_vertical = FIBER_UTF8_CODE("│", "|") |
| |
| constexpr std::string_view | fiber::utf8_lines::single_corner_topleft = FIBER_UTF8_CODE("┌", "+") |
| |
| constexpr std::string_view | fiber::utf8_lines::single_corner_topright = FIBER_UTF8_CODE("┐", "+") |
| |
| constexpr std::string_view | fiber::utf8_lines::single_corner_botleft = FIBER_UTF8_CODE("└", "+") |
| |
| constexpr std::string_view | fiber::utf8_lines::single_corner_botright = FIBER_UTF8_CODE("┘", "+") |
| |
| constexpr std::string_view | fiber::utf8_lines::single_t_up = FIBER_UTF8_CODE("┬", "+") |
| |
| constexpr std::string_view | fiber::utf8_lines::single_t_down = FIBER_UTF8_CODE("┴", "+") |
| |
| constexpr std::string_view | fiber::utf8_lines::single_t_left = FIBER_UTF8_CODE("├", "+") |
| |
| constexpr std::string_view | fiber::utf8_lines::single_t_right = FIBER_UTF8_CODE("┤", "+") |
| |
| constexpr std::string_view | fiber::utf8_lines::single_cross = FIBER_UTF8_CODE("┼", "+") |
| |
| constexpr std::string_view | fiber::utf8_lines::double_horizontal = FIBER_UTF8_CODE("═", "-") |
| |
| constexpr std::string_view | fiber::utf8_lines::double_vertical = FIBER_UTF8_CODE("║", "|") |
| |
| constexpr std::string_view | fiber::utf8_lines::double_corner_topleft = FIBER_UTF8_CODE("╔", "+") |
| |
| constexpr std::string_view | fiber::utf8_lines::double_corner_topright = FIBER_UTF8_CODE("╗", "+") |
| |
| constexpr std::string_view | fiber::utf8_lines::double_corner_botleft = FIBER_UTF8_CODE("╚", "+") |
| |
| constexpr std::string_view | fiber::utf8_lines::double_corner_botright = FIBER_UTF8_CODE("╝", "+") |
| |
| constexpr std::string_view | fiber::utf8_lines::double_t_up = FIBER_UTF8_CODE("╦", "+") |
| |
| constexpr std::string_view | fiber::utf8_lines::double_t_down = FIBER_UTF8_CODE("╩", "+") |
| |
| constexpr std::string_view | fiber::utf8_lines::double_t_left = FIBER_UTF8_CODE("╠", "+") |
| |
| constexpr std::string_view | fiber::utf8_lines::double_t_right = FIBER_UTF8_CODE("╣", "+") |
| |
| constexpr std::string_view | fiber::utf8_lines::double_cross = FIBER_UTF8_CODE("╬", "+") |
| |
| constexpr std::string_view | fiber::utf8_lines::mixed_corner_topleft = FIBER_UTF8_CODE("╒", "+") |
| |
| constexpr std::string_view | fiber::utf8_lines::mixed_corner_topright = FIBER_UTF8_CODE("╕", "+") |
| |
| constexpr std::string_view | fiber::utf8_lines::mixed_corner_botleft = FIBER_UTF8_CODE("╘", "+") |
| |
| constexpr std::string_view | fiber::utf8_lines::mixed_corner_botright = FIBER_UTF8_CODE("╛", "+") |
| |
| constexpr std::string_view | fiber::utf8_lines::mixed_t_up = FIBER_UTF8_CODE("╤", "+") |
| |
| constexpr std::string_view | fiber::utf8_lines::mixed_t_down = FIBER_UTF8_CODE("╧", "+") |
| |
| constexpr std::string_view | fiber::utf8_lines::mixed_t_left = FIBER_UTF8_CODE("╞", "+") |
| |
| constexpr std::string_view | fiber::utf8_lines::mixed_t_right = FIBER_UTF8_CODE("╡", "+") |
| |
| constexpr std::string_view | fiber::utf8_lines::mixed_cross = FIBER_UTF8_CODE("╪", "+") |
| |
| constexpr std::string_view | fiber::utf8_lines::light_horizontal = FIBER_UTF8_CODE("─", "-") |
| |
| constexpr std::string_view | fiber::utf8_lines::light_vertical = FIBER_UTF8_CODE("│", "-") |
| |
| constexpr std::string_view | fiber::utf8_lines::light_corner_topleft = FIBER_UTF8_CODE("┌", "+") |
| |
| constexpr std::string_view | fiber::utf8_lines::light_corner_topright = FIBER_UTF8_CODE("┐", "+") |
| |
| constexpr std::string_view | fiber::utf8_lines::light_corner_botleft = FIBER_UTF8_CODE("└", "+") |
| |
| constexpr std::string_view | fiber::utf8_lines::light_corner_botright = FIBER_UTF8_CODE("┘", "+") |
| |
| constexpr std::string_view | fiber::utf8_lines::heavy_horizontal = FIBER_UTF8_CODE("━", "-") |
| |
| constexpr std::string_view | fiber::utf8_lines::heavy_vertical = FIBER_UTF8_CODE("┃", "|") |
| |
| constexpr std::string_view | fiber::utf8_lines::heavy_corner_topleft = FIBER_UTF8_CODE("┏", "+") |
| |
| constexpr std::string_view | fiber::utf8_lines::heavy_corner_topright = FIBER_UTF8_CODE("┓", "+") |
| |
| constexpr std::string_view | fiber::utf8_lines::heavy_corner_botleft = FIBER_UTF8_CODE("┗", "+") |
| |
| constexpr std::string_view | fiber::utf8_lines::heavy_corner_botright = FIBER_UTF8_CODE("┛", "+") |
| |
| constexpr std::string_view | fiber::utf8_lines::heavy_t_up = FIBER_UTF8_CODE("┳", "+") |
| |
| constexpr std::string_view | fiber::utf8_lines::heavy_t_down = FIBER_UTF8_CODE("┻", "+") |
| |
| constexpr std::string_view | fiber::utf8_lines::heavy_t_left = FIBER_UTF8_CODE("┣", "+") |
| |
| constexpr std::string_view | fiber::utf8_lines::heavy_t_right = FIBER_UTF8_CODE("┫", "+") |
| |
| constexpr std::string_view | fiber::utf8_lines::heavy_cross = FIBER_UTF8_CODE("╋", "+") |
| |
| constexpr std::string_view | fiber::utf8_lines::rounded_corner_topleft = FIBER_UTF8_CODE("╭", "+") |
| |
| constexpr std::string_view | fiber::utf8_lines::rounded_corner_topright = FIBER_UTF8_CODE("╮", "+") |
| |
| constexpr std::string_view | fiber::utf8_lines::rounded_corner_botleft = FIBER_UTF8_CODE("╰", "+") |
| |
| constexpr std::string_view | fiber::utf8_lines::rounded_corner_botright = FIBER_UTF8_CODE("╯", "+") |
| |