Compare commits

..

2 commits

Author SHA1 Message Date
Vinzenz Schroeter e435f60540 send stdin as UTF instead of CP437
Some checks failed
Rust / build (pull_request) Failing after 2m9s
2025-03-02 15:17:27 +01:00
Vinzenz Schroeter 4d4f7a029c restructure cli 2025-03-02 15:17:27 +01:00

View file

@ -20,7 +20,7 @@ struct App<'t> {
slow: bool,
}
impl App<'_> {
impl<'t> App<'t> {
fn run(&mut self) {
self.connection
.send(Command::Clear)