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:
2026-03-18 00:16:07 +01:00
parent 0a2e047b65
commit 58838a1baa
2 changed files with 2 additions and 5 deletions

View File

@@ -67,10 +67,6 @@ void main() async {
exitCleanly(0);
}
if (bytes.contains(9)) {
rasterizer.activeTheme = AsciiThemes.nextOf(rasterizer.activeTheme);
}
input.handleKey(bytes);
});