Compare commits

..

1 commit

Author SHA1 Message Date
y4my4my4m
b6f06fe994
Merge fdd2c3b0c5 into 8773bd95f0 2024-12-02 15:27:32 +09:00

View file

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