scrolling bug fix
This commit is contained in:
parent
2479da7291
commit
b82dc4f0a3
|
@ -79,9 +79,11 @@ error_t bvgaflusher(Buffer_t *buf)
|
||||||
|
|
||||||
void IoScrollDown(void)
|
void IoScrollDown(void)
|
||||||
{
|
{
|
||||||
|
BLockBuf(BStdOut);
|
||||||
if (bscroll > 0)
|
if (bscroll > 0)
|
||||||
bscroll--;
|
bscroll--;
|
||||||
bvgaflusher(BStdOut);
|
bvgaflusher(BStdOut);
|
||||||
|
BUnlockBuf(BStdOut);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue