Closed AlexanderARodin closed 1 month ago
Yes, currently the system does not use ratatui::init(), and it is undergoing a major restructure, so this is not currently viewed as an issue. Eventually, the system will be using all of the new features. Thank you for reporting!
Ratatui terminal itself inserts panic_hook for restoration: installation: https://github.com/ratatui/ratatui/blob/860e48b0f0ec51c8596bc12985a8b37bad4fba00/src/terminal/init.rs#L80 the hook: https://github.com/ratatui/ratatui/blob/860e48b0f0ec51c8596bc12985a8b37bad4fba00/src/terminal/init.rs#L237