PurgeData updates
This commit is contained in:
parent
30c58fab9f
commit
2042bdac25
|
@ -428,7 +428,7 @@ Begin
|
||||||
If Session.LocalMode Then
|
If Session.LocalMode Then
|
||||||
Session.io.Graphics := 1
|
Session.io.Graphics := 1
|
||||||
Else Begin
|
Else Begin
|
||||||
Session.Client.PurgeInputData(True);
|
Session.Client.PurgeInputData(100);
|
||||||
Session.io.OutRaw (#27 + '[6n');
|
Session.io.OutRaw (#27 + '[6n');
|
||||||
Session.io.BufFlush;
|
Session.io.BufFlush;
|
||||||
|
|
||||||
|
@ -440,7 +440,7 @@ Begin
|
||||||
End;
|
End;
|
||||||
End;
|
End;
|
||||||
|
|
||||||
Session.Client.PurgeInputData(True);
|
Session.Client.PurgeInputData(100);
|
||||||
End;
|
End;
|
||||||
|
|
||||||
Session.io.OutFullLn (Session.GetPrompt(259));
|
Session.io.OutFullLn (Session.GetPrompt(259));
|
||||||
|
|
Loading…
Reference in New Issue