mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 13:29:31 +02:00
DBG: Fix handling console input
git-svn-id: trunk@37838 -
This commit is contained in:
parent
c066c82535
commit
68dcd42126
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user