[][src]Constant comfy_table::modifiers::UTF8_ROUND_CORNERS

pub const UTF8_ROUND_CORNERS: &str = "               ╭╮╰╯";

A modifier, that when applied will convert the outer corners to round corners.

╭───────┬───────╮
│ Hello │ there │
╞═══════╪═══════╡
│ a     ┆ b     │
├╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌┤
│ c     ┆ d     │
╰───────┴───────╯