Catch screenbuffer event

This commit is contained in:
Jeremy Soller
2017-03-26 21:20:09 -06:00
parent 4d04f50b2a
commit 7957308f01
+1
View File
@@ -198,6 +198,7 @@ impl Screen for TextScreen {
changed.insert(y2);
}
},
ransid::Event::ScreenBuffer { .. } => (),
ransid::Event::Scroll { rows, color } => {
display.scroll(rows * 16, color.data);
for y in 0..display.height/16 {