From 54869df7835565d0983096f65326cdd2d5f4f3d8 Mon Sep 17 00:00:00 2001 From: Anton Kling Date: Thu, 28 Nov 2024 00:06:09 +0100 Subject: changes --- userland/terminal/term.c | 1 - 1 file changed, 1 deletion(-) (limited to 'userland/terminal') diff --git a/userland/terminal/term.c b/userland/terminal/term.c index abb150c..e672b2c 100644 --- a/userland/terminal/term.c +++ b/userland/terminal/term.c @@ -306,7 +306,6 @@ int main(void) { for (int i = 0; i < 250 * 150 * 4 * 4; i++) { global_w->bitmap_ptr[i] = TERM_BACKGROUND; } - // memset(global_w->bitmap_ptr, 0x0, 50 * 50); GUI_UpdateWindow(global_w); newtty(); run(); -- cgit v1.2.3