lotabout / tuikit

Tool kit for writing TUI applications in Rust.
MIT License
104 stars 28 forks source link

Restore clear_on_exit behavior #31

Closed totph closed 3 years ago

totph commented 3 years ago

This broke with the addition of the the "UserEvent" feature, commit: fix: pause term on drop (2562f97ed9f)


If you want I can add an example which uses clear_on_exit(), or maybe adapt one of the existing ones.