To reproduce
You can inject panic!() somewhere in the systeroid-tui(I did it within lib.rs file) and it will basically mess up your terminal emulator.
Expected behavior
As it is implemented in https://github.com/orhun/kmon/pull/141, panic handler should work same and correctly to not to mess up terminal.
Describe the bug Panic handler for termion does not work correctly, as we implemented new one within https://github.com/orhun/kmon/pull/141
To reproduce You can inject
panic!()
somewhere in the systeroid-tui(I did it within lib.rs file) and it will basically mess up your terminal emulator.Expected behavior As it is implemented in https://github.com/orhun/kmon/pull/141, panic handler should work same and correctly to not to mess up terminal.
Screenshots / Logs
Software information