term_fix #8

Merged
xamidev merged 3 commits from term_fix into main 2026-01-25 09:53:46 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit b8a155fada - Show all commits

View File

@@ -202,7 +202,7 @@ void keyboard_handler()
if (c)
{
// Should probably have a keyboard buffer here... instead of this
//putchar(c);
putchar(c);
}
}
}

View File

@@ -122,7 +122,7 @@ void kmain()
{
printf("testing, attention please %d\n", i);
}
term_scroll();
// term_scroll();
hcf();
}