pub fn try_default() -> Result<Box<dyn Backend>, Box<dyn Error>>
Expand description

Tries to initialize the default backend.

Will use the first backend enabled from the list:

  • BearLibTerminal
  • Termion
  • Crossterm
  • Pancurses
  • Ncurses
  • Dummy