mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-24 22:50:28 +00:00
Compare commits
3 commits
8773bd95f0
...
e34e75626f
Author | SHA1 | Date | |
---|---|---|---|
|
e34e75626f | ||
|
dba0d17880 | ||
|
742b2fad72 |
1 changed files with 2 additions and 2 deletions
|
@ -35,9 +35,9 @@ See also $LK,"GrUpdateScreen",A="MN:GrUpdateScreen"$().
|
|||
}
|
||||
if (ch == '\t')
|
||||
{
|
||||
RawPutChar(CH_SPACE);
|
||||
while (text.raw_col & 3)
|
||||
do
|
||||
RawPutChar(CH_SPACE);
|
||||
while (text.raw_col & 3);
|
||||
}
|
||||
else if (ch == CH_BACKSPACE)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue