Broken term scrolling

This commit is contained in:
2026-01-10 14:43:51 +01:00
parent b469952d91
commit 091f94f89e
6 changed files with 26 additions and 23 deletions

View File

@@ -118,11 +118,11 @@ void kmain()
term_init();
kputs(splash);
for (int i=0; i<50; i++)
for (int i=0; i<10; i++)
{
printf("testing, attention please %d\n", i);
timer_wait(1000);
}
term_scroll();
hcf();
}