diff options
Diffstat (limited to 'userland/terminal/term.c')
-rw-r--r-- | userland/terminal/term.c | 1 |
1 files changed, 0 insertions, 1 deletions
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(); |