This commit is contained in:
parent
0543c8b3f1
commit
fa892558f1
4 changed files with 22 additions and 16 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue