Broken term scrolling
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user