[]Function rltk::draw_hollow_box

pub fn draw_hollow_box(
    console: &mut dyn Console,
    sx: i32,
    sy: i32,
    width: i32,
    height: i32,
    fg: RGBA,
    bg: RGBA
)

Draw a single-lined box without filling in the middle