nix fmt
All checks were successful
Rust / build (push) Successful in 9m25s

This commit is contained in:
Vinzenz Schroeter 2025-12-04 20:10:21 +01:00
parent 0543c8b3f1
commit fa892558f1
4 changed files with 22 additions and 16 deletions

View file

@ -4,7 +4,9 @@ use servicepoint::*;
use std::thread::sleep;
pub(crate) fn stream_stdin(connection: &Transport, slow: bool) {
warn!("This mode will break when using multi-byte characters and does not support ANSI escape sequences yet.");
warn!(
"This mode will break when using multi-byte characters and does not support ANSI escape sequences yet."
);
let mut app = App {
connection,
mirror: CharGrid::new(TILE_WIDTH, TILE_HEIGHT),