mirror of
https://github.com/MeexReay/bRAC.git
synced 2025-05-06 13:38:04 +03:00
small fix minimal tui and gitignore update
This commit is contained in:
parent
f4964244ec
commit
c2208c54ac
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/target
|
/target
|
||||||
/result
|
/result
|
||||||
|
/.config
|
@ -47,7 +47,7 @@ pub fn run_main_loop(ctx: Arc<Context>) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
println!(
|
print!(
|
||||||
"{}\n{} ",
|
"{}\n{} ",
|
||||||
ctx.messages.messages()
|
ctx.messages.messages()
|
||||||
.into_iter()
|
.into_iter()
|
||||||
|
Loading…
Reference in New Issue
Block a user