Compare commits

..

1 commit

Author SHA1 Message Date
TomAwezome
5fac910100
Merge e3f3c7cd09 into 8773bd95f0 2024-12-04 10:56:30 -06:00

View file

@ -35,9 +35,9 @@ See also $LK,"GrUpdateScreen",A="MN:GrUpdateScreen"$().
} }
if (ch == '\t') if (ch == '\t')
{ {
do
RawPutChar(CH_SPACE); RawPutChar(CH_SPACE);
while (text.raw_col & 3); while (text.raw_col & 3)
RawPutChar(CH_SPACE);
} }
else if (ch == CH_BACKSPACE) else if (ch == CH_BACKSPACE)
{ {