mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-25 23:10:32 +00:00
Update Display.ZC
This commit is contained in:
parent
97d10e9dfd
commit
cf4d34c8b2
1 changed files with 2 additions and 1 deletions
|
@ -47,7 +47,8 @@ See also $LK,"GrUpdateScreen",A="MN:GrUpdateScreen"$().
|
||||||
}
|
}
|
||||||
else if (ch == '\n')
|
else if (ch == '\n')
|
||||||
{
|
{
|
||||||
do RawPutChar(CH_SPACE);
|
do
|
||||||
|
RawPutChar(CH_SPACE);
|
||||||
while (text.raw_col % text.cols);
|
while (text.raw_col % text.cols);
|
||||||
}
|
}
|
||||||
else if (Bt(char_bmp_displayable, ch))
|
else if (Bt(char_bmp_displayable, ch))
|
||||||
|
|
Loading…
Reference in a new issue