pub fn draw_error(siv: &mut Cursive, error: &str)
Expand description

Function to draw an error popup with the given message, returning to the previous state when the “Ok” button is pressed.