Compare commits

..

No commits in common. "e34e75626f951e1a042fb7511b252e08205bf38a" and "8773bd95f0695c753718cf9c2b6294626bfdaf3a" have entirely different histories.

View file

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