fiber
Loading...
Searching...
No Matches
fiber::utf8_lines Namespace Reference

Variables

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

Variable Documentation

◆ double_corner_botleft

std::string_view fiber::utf8_lines::double_corner_botleft = FIBER_UTF8_CODE("╚", "+")
constexpr

◆ double_corner_botright

std::string_view fiber::utf8_lines::double_corner_botright = FIBER_UTF8_CODE("╝", "+")
constexpr

◆ double_corner_topleft

std::string_view fiber::utf8_lines::double_corner_topleft = FIBER_UTF8_CODE("╔", "+")
constexpr

◆ double_corner_topright

std::string_view fiber::utf8_lines::double_corner_topright = FIBER_UTF8_CODE("╗", "+")
constexpr

◆ double_cross

std::string_view fiber::utf8_lines::double_cross = FIBER_UTF8_CODE("╬", "+")
constexpr

◆ double_horizontal

std::string_view fiber::utf8_lines::double_horizontal = FIBER_UTF8_CODE("═", "-")
constexpr

◆ double_t_down

std::string_view fiber::utf8_lines::double_t_down = FIBER_UTF8_CODE("╩", "+")
constexpr

◆ double_t_left

std::string_view fiber::utf8_lines::double_t_left = FIBER_UTF8_CODE("╠", "+")
constexpr

◆ double_t_right

std::string_view fiber::utf8_lines::double_t_right = FIBER_UTF8_CODE("╣", "+")
constexpr

◆ double_t_up

std::string_view fiber::utf8_lines::double_t_up = FIBER_UTF8_CODE("╦", "+")
constexpr

◆ double_vertical

std::string_view fiber::utf8_lines::double_vertical = FIBER_UTF8_CODE("║", "|")
constexpr

◆ heavy_corner_botleft

std::string_view fiber::utf8_lines::heavy_corner_botleft = FIBER_UTF8_CODE("┗", "+")
constexpr

◆ heavy_corner_botright

std::string_view fiber::utf8_lines::heavy_corner_botright = FIBER_UTF8_CODE("┛", "+")
constexpr

◆ heavy_corner_topleft

std::string_view fiber::utf8_lines::heavy_corner_topleft = FIBER_UTF8_CODE("┏", "+")
constexpr

◆ heavy_corner_topright

std::string_view fiber::utf8_lines::heavy_corner_topright = FIBER_UTF8_CODE("┓", "+")
constexpr

◆ heavy_cross

std::string_view fiber::utf8_lines::heavy_cross = FIBER_UTF8_CODE("╋", "+")
constexpr

◆ heavy_horizontal

std::string_view fiber::utf8_lines::heavy_horizontal = FIBER_UTF8_CODE("━", "-")
constexpr

◆ heavy_t_down

std::string_view fiber::utf8_lines::heavy_t_down = FIBER_UTF8_CODE("┻", "+")
constexpr

◆ heavy_t_left

std::string_view fiber::utf8_lines::heavy_t_left = FIBER_UTF8_CODE("┣", "+")
constexpr

◆ heavy_t_right

std::string_view fiber::utf8_lines::heavy_t_right = FIBER_UTF8_CODE("┫", "+")
constexpr

◆ heavy_t_up

std::string_view fiber::utf8_lines::heavy_t_up = FIBER_UTF8_CODE("┳", "+")
constexpr

◆ heavy_vertical

std::string_view fiber::utf8_lines::heavy_vertical = FIBER_UTF8_CODE("┃", "|")
constexpr

◆ light_corner_botleft

std::string_view fiber::utf8_lines::light_corner_botleft = FIBER_UTF8_CODE("└", "+")
constexpr

◆ light_corner_botright

std::string_view fiber::utf8_lines::light_corner_botright = FIBER_UTF8_CODE("┘", "+")
constexpr

◆ light_corner_topleft

std::string_view fiber::utf8_lines::light_corner_topleft = FIBER_UTF8_CODE("┌", "+")
constexpr

◆ light_corner_topright

std::string_view fiber::utf8_lines::light_corner_topright = FIBER_UTF8_CODE("┐", "+")
constexpr

◆ light_horizontal

std::string_view fiber::utf8_lines::light_horizontal = FIBER_UTF8_CODE("─", "-")
constexpr

◆ light_vertical

std::string_view fiber::utf8_lines::light_vertical = FIBER_UTF8_CODE("│", "-")
constexpr

◆ mixed_corner_botleft

std::string_view fiber::utf8_lines::mixed_corner_botleft = FIBER_UTF8_CODE("╘", "+")
constexpr

◆ mixed_corner_botright

std::string_view fiber::utf8_lines::mixed_corner_botright = FIBER_UTF8_CODE("╛", "+")
constexpr

◆ mixed_corner_topleft

std::string_view fiber::utf8_lines::mixed_corner_topleft = FIBER_UTF8_CODE("╒", "+")
constexpr

◆ mixed_corner_topright

std::string_view fiber::utf8_lines::mixed_corner_topright = FIBER_UTF8_CODE("╕", "+")
constexpr

◆ mixed_cross

std::string_view fiber::utf8_lines::mixed_cross = FIBER_UTF8_CODE("╪", "+")
constexpr

◆ mixed_t_down

std::string_view fiber::utf8_lines::mixed_t_down = FIBER_UTF8_CODE("╧", "+")
constexpr

◆ mixed_t_left

std::string_view fiber::utf8_lines::mixed_t_left = FIBER_UTF8_CODE("╞", "+")
constexpr

◆ mixed_t_right

std::string_view fiber::utf8_lines::mixed_t_right = FIBER_UTF8_CODE("╡", "+")
constexpr

◆ mixed_t_up

std::string_view fiber::utf8_lines::mixed_t_up = FIBER_UTF8_CODE("╤", "+")
constexpr

◆ rounded_corner_botleft

std::string_view fiber::utf8_lines::rounded_corner_botleft = FIBER_UTF8_CODE("╰", "+")
constexpr

◆ rounded_corner_botright

std::string_view fiber::utf8_lines::rounded_corner_botright = FIBER_UTF8_CODE("╯", "+")
constexpr

◆ rounded_corner_topleft

std::string_view fiber::utf8_lines::rounded_corner_topleft = FIBER_UTF8_CODE("╭", "+")
constexpr

◆ rounded_corner_topright

std::string_view fiber::utf8_lines::rounded_corner_topright = FIBER_UTF8_CODE("╮", "+")
constexpr

◆ single_corner_botleft

std::string_view fiber::utf8_lines::single_corner_botleft = FIBER_UTF8_CODE("└", "+")
constexpr

◆ single_corner_botright

std::string_view fiber::utf8_lines::single_corner_botright = FIBER_UTF8_CODE("┘", "+")
constexpr

◆ single_corner_topleft

std::string_view fiber::utf8_lines::single_corner_topleft = FIBER_UTF8_CODE("┌", "+")
constexpr

◆ single_corner_topright

std::string_view fiber::utf8_lines::single_corner_topright = FIBER_UTF8_CODE("┐", "+")
constexpr

◆ single_cross

std::string_view fiber::utf8_lines::single_cross = FIBER_UTF8_CODE("┼", "+")
constexpr

◆ single_horizontal

std::string_view fiber::utf8_lines::single_horizontal = FIBER_UTF8_CODE("─", "-")
constexpr

◆ single_t_down

std::string_view fiber::utf8_lines::single_t_down = FIBER_UTF8_CODE("┴", "+")
constexpr

◆ single_t_left

std::string_view fiber::utf8_lines::single_t_left = FIBER_UTF8_CODE("├", "+")
constexpr

◆ single_t_right

std::string_view fiber::utf8_lines::single_t_right = FIBER_UTF8_CODE("┤", "+")
constexpr

◆ single_t_up

std::string_view fiber::utf8_lines::single_t_up = FIBER_UTF8_CODE("┬", "+")
constexpr

◆ single_vertical

std::string_view fiber::utf8_lines::single_vertical = FIBER_UTF8_CODE("│", "|")
constexpr