pub fn setup( spec: &str, signals_tx: Sender<Signal>, ) -> Result<Rc<RefCell<dyn Console>>>
Creates the graphical console based on the given spec.
spec