diff options
author | Anton Kling <anton@kling.gg> | 2024-11-28 00:06:09 +0100 |
---|---|---|
committer | Anton Kling <anton@kling.gg> | 2024-11-28 00:12:17 +0100 |
commit | 54869df7835565d0983096f65326cdd2d5f4f3d8 (patch) | |
tree | 3124d37d170bb14bfcc315442e410c0b76a05cf1 /userland/terminal | |
parent | 5fdba54196c7171ddebb29aef597b965a1b1ead1 (diff) |
changes
Diffstat (limited to 'userland/terminal')
-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(); |