Remove ascii theme switching since we don't need it anymore with the updated ascii rasterizer
Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
@@ -67,10 +67,6 @@ void main() async {
|
||||
exitCleanly(0);
|
||||
}
|
||||
|
||||
if (bytes.contains(9)) {
|
||||
rasterizer.activeTheme = AsciiThemes.nextOf(rasterizer.activeTheme);
|
||||
}
|
||||
|
||||
input.handleKey(bytes);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user