mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-26 15:26:43 +00:00
Compare commits
1 commit
36e283d654
...
5fac910100
Author | SHA1 | Date | |
---|---|---|---|
|
5fac910100 |
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue