pub fn main_greeting_menu(
terminal: &mut DefaultTerminal,
opt: &Option<GreetingOption>,
selected: &GreetingOption,
)
Expand description
Print the welcome screen, reminding controls
Show Fruit and Speed menus alongside
Sadly slow_blink
and fast_blink
are rendered anymore on modern terminal…
§Panics
Will panic if no suitable terminal for displaying ios provided