Feat: Preview images

This commit is contained in:
AfonsoCMSousa
2026-08-05 02:30:33 +01:00
parent ba16f38c79
commit 3d79b85620
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ void kmain(void) {
// TODO: CLI IDEA // TODO: CLI IDEA
int _count = printf("%s@%s:>", current_user.user_name, current_user.user_hostname); int _count = printf("%s@%s:>", current_user.user_name, current_user.user_hostname);
//scursor(_count, text_pos.line); scursor(_count, text_pos.line);
// TODO: Enable user input handling // TODO: Enable user input handling
char input_buffer[256] = {0}; char input_buffer[256] = {0};
Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB