summaryrefslogtreecommitdiff
path: root/userland/terminal
diff options
context:
space:
mode:
authorAnton Kling <anton@kling.gg>2024-11-28 00:06:09 +0100
committerAnton Kling <anton@kling.gg>2024-11-28 00:12:17 +0100
commit54869df7835565d0983096f65326cdd2d5f4f3d8 (patch)
tree3124d37d170bb14bfcc315442e410c0b76a05cf1 /userland/terminal
parent5fdba54196c7171ddebb29aef597b965a1b1ead1 (diff)
changes
Diffstat (limited to 'userland/terminal')
-rw-r--r--userland/terminal/term.c1
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();