stdlib: use DEL instead of BS

This commit is contained in:
slederer 2024-09-19 13:49:49 +02:00
parent 3c6c119254
commit 7edd74ad70
3 changed files with 5 additions and 9183 deletions

View file

@ -2337,7 +2337,7 @@ begin
if f.raw then
writechannel(f, aChar)
else
if (aChar <> #8) and (aChar <> #9) and (aChar <> #4) then
if (aChar <> #8) and (aChar <> #127) and (aChar <> #4) then
begin
writechannel(f,aChar);
if aChar = #13 then

File diff suppressed because it is too large Load diff