parent
11d9ac0bcb
commit
6eee677ed4
|
@ -63,9 +63,9 @@ impl App<'_> {
|
||||||
|
|
||||||
fn send_mirror(&self) {
|
fn send_mirror(&self) {
|
||||||
self.connection
|
self.connection
|
||||||
.send(Command::Cp437Data(
|
.send(Command::Utf8Data(
|
||||||
Origin::ZERO,
|
Origin::ZERO,
|
||||||
Cp437Grid::from(&self.mirror),
|
self.mirror.clone(),
|
||||||
))
|
))
|
||||||
.expect("couldn't send screen to display");
|
.expect("couldn't send screen to display");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue