use crate::core::*; const LOZENGE: [[&'static str;3];3] = [ ["╭", "─", "╮"], ["│", " ", "│"], ["╰", "─", "╯"], ]; pub fn lozenge_left (buf: &mut Buffer, x: u16, y1: u16, h: u16, style: Option