mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2025-06-06 15:54:47 +00:00
Update Display.ZC
This commit is contained in:
parent
97d10e9dfd
commit
cf4d34c8b2
@ -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…
x
Reference in New Issue
Block a user