xasopheno/weresocool

Calling `clear` in`core/src/ui/mod.rs` unsafe

xasopheno opened this issue · 1 comments

pub fn clear_screen() {
    std::process::Command::new("clear").status().unwrap();
}

Of course this panics...
Should at least fail gracefully.

Closed by:
#772