Fixed deletion of chars in prompt()
This commit is contained in:
parent
05c26ed91f
commit
5ae488c008
|
@ -35,6 +35,7 @@ begin
|
|||
if (c = #8) and (Length(Result) > 0) then
|
||||
begin
|
||||
Write(#8, ' ', #8);
|
||||
SetLength(Result, Length(Result) - 1);
|
||||
end
|
||||
else if c > #31 then
|
||||
begin
|
||||
|
|
Loading…
Reference in New Issue