Function setup

Source
pub fn setup(
    spec: &str,
    signals_tx: Sender<Signal>,
) -> Result<Rc<RefCell<dyn Console>>>
Expand description

Creates the graphical console based on the given spec.