We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3531841 commit 28f883cCopy full SHA for 28f883c
source/kernel/C/meltdown.c
@@ -16,7 +16,7 @@ void meltdown_screen(cstring message, cstring file, int line, int64 error_code,
16
17
debug_println(message);
18
19
- print("\x1b[41m");
+ print("\x1b[48;2;26;17;14m");
20
for(int x=0;x<=terminal_columns*terminal_rows;x++){
21
print(" ");
22
}
0 commit comments