DBG: Fix handling console input

git-svn-id: trunk@37838 -
This commit is contained in:
martin 2012-07-01 14:20:24 +00:00
parent c066c82535
commit 68dcd42126

View File

@ -39,7 +39,7 @@ procedure TPseudoConsoleDlg.Memo1UTF8KeyPress(Sender: TObject;
var UTF8Key: TUTF8Char);
begin
DebugBoss.DoSendConsoleInput(Utf8Key);
Utf8Key := #0;
Utf8Key := '';
end;
procedure TPseudoConsoleDlg.DoClose(var CloseAction: TCloseAction);