Clear terminal on exit

This commit is contained in:
kageru 2020-01-24 13:23:51 +01:00
parent 05ed013485
commit 3279d63952

View File

@ -33,6 +33,7 @@ fn main() -> Result<(), io::Error> {
Mode::Normal => match input {
Key::Char('q') => {
tracc.persist();
terminal.clear()?;
break;
},
Key::Char('j') => tracc.selection_down(),