small fix minimal tui and gitignore update

This commit is contained in:
MeexReay 2025-04-14 00:26:37 +03:00
parent f4964244ec
commit c2208c54ac
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@ -1,2 +1,3 @@
/target
/result
/result
/.config

View File

@ -47,7 +47,7 @@ pub fn run_main_loop(ctx: Arc<Context>) {
}
}
println!(
print!(
"{}\n{} ",
ctx.messages.messages()
.into_iter()