ratatui / templates

Templates for bootstrapping a Rust TUI application with Ratatui
https://ratatui.rs/templates
MIT License
255 stars 36 forks source link

Break loop when channel is closed #48

Closed MMitsuha closed 9 months ago

MMitsuha commented 9 months ago

When I keep typing on the keyboard and press ESC to exit the program, the program will panic due to channel closure.

image