Added a verticle 'cross' to the symbols as it was missing for no real reason

pull/212/head
Kyle Ruzic 5 years ago committed by Florian Dehau
parent bbd4363fa9
commit b8d0f947e8

@ -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…
Cancel
Save