Static termimad::ROUNDED_TABLE_BORDER_CHARS

source ·
pub static ROUNDED_TABLE_BORDER_CHARS: &TableBorderChars
Expand description

Allow tables to be more rounded

let mut skin = termimad::MadSkin::default();
skin.table_border_chars = termimad::ROUNDED_TABLE_BORDER_CHARS;