Update Display.ZC

This commit is contained in:
Arsenic Blood 2024-03-11 02:59:45 -04:00 committed by GitHub
parent 97d10e9dfd
commit cf4d34c8b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,7 +47,8 @@ See also $LK,"GrUpdateScreen",A="MN:GrUpdateScreen"$().
}
else if (ch == '\n')
{
do RawPutChar(CH_SPACE);
do
RawPutChar(CH_SPACE);
while (text.raw_col % text.cols);
}
else if (Bt(char_bmp_displayable, ch))