Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

termion error handler should be updated #168

Closed
eld4niz opened this issue Apr 3, 2024 · 2 comments
Closed

termion error handler should be updated #168

eld4niz opened this issue Apr 3, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@eld4niz
Copy link
Contributor

eld4niz commented Apr 3, 2024

Describe the bug
Panic handler for termion does not work correctly, as we implemented new one within orhun/kmon#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 orhun/kmon#141, panic handler should work same and correctly to not to mess up terminal.

Screenshots / Logs
image

Software information

  • Operating system: Arch GNU/Linux x86_64 | 6.8.2-arch2-1
  • Rust version: rustc 1.77.1 (7cf61ebde 2024-03-27)
  • Project version: 0.4.4
  • Terminal Emulator: Kitty 0.33
@eld4niz eld4niz added the bug Something isn't working label Apr 3, 2024
@orhun
Copy link
Owner

orhun commented Apr 3, 2024

Hey, also interested in fixing this? 🐻

@eld4niz
Copy link
Contributor Author

eld4niz commented Apr 3, 2024

Yep, definitely :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants