mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-10 07:04:17 +00:00
Added a verticle 'cross' to the symbols as it was missing for no real reason
This commit is contained in:
parent
bbd4363fa9
commit
b8d0f947e8
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ pub mod line {
|
|||
pub const VERTICAL_RIGHT: &str = "├";
|
||||
pub const HORIZONTAL_DOWN: &str = "┬";
|
||||
pub const HORIZONTAL_UP: &str = "┴";
|
||||
pub const CROSS: &str = "┼";
|
||||
}
|
||||
|
||||
pub const DOT: &str = "•";
|
||||
|
|
Loading…
Reference in a new issue