WIP: Framebuffer partial support, cursor & scoll TODO

This commit is contained in:
xamidev
2024-08-20 13:38:44 +02:00
parent 52a92a5358
commit f8eb658c33
7 changed files with 37 additions and 26 deletions

View File

@@ -18,7 +18,7 @@ void program_rainbow()
for (int i=0; i<COLORS; i++)
{
colorputs(input_buffer, i);
//colorputs(input_buffer, i);
puts("\n");
}
}