TheEmeraldBee / widgetui

A bevy systems like widget system for ratatui and crossterm
MIT License
38 stars 5 forks source link

probably redundant handler of panic #11

Closed AlexanderARodin closed 1 month ago

AlexanderARodin commented 1 month ago

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

TheEmeraldBee commented 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!