cleanup: rename Graphics:Cursor => Graphics::Framebuffer

This commit is contained in:
2026-06-21 10:42:27 +02:00
parent 3f26b8cdb4
commit fc106e6c71
12 changed files with 70 additions and 72 deletions
-2
View File
@@ -201,8 +201,6 @@ namespace Kt {
// Install our universal plot_char so rescaling works at any scale
struct flanterm_fb_context *fbctx = (struct flanterm_fb_context *)ctx;
fbctx->plot_char = plot_char_universal;
kout << "\n\n\n";
}
void Putchar(char c) {