Trangar / zettelkasten

Rust implementation of https://en.wikipedia.org/wiki/Zettelkasten
MIT License
2 stars 1 forks source link

TUI does not clear terminal on exit #15

Closed davidlenfesty closed 1 year ago

davidlenfesty commented 1 year ago

The TUI doesn't clear the terminal on exit, so (I at least) am left with a prompt sitting randomly in the middle of the TUI.

I think the solution is just to print the control character to clear the screen, although there may need to be configuration options if people want it to behave differently.