mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-05 09:56:23 +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);
|
var UTF8Key: TUTF8Char);
|
||||||
begin
|
begin
|
||||||
DebugBoss.DoSendConsoleInput(Utf8Key);
|
DebugBoss.DoSendConsoleInput(Utf8Key);
|
||||||
Utf8Key := #0;
|
Utf8Key := '';
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TPseudoConsoleDlg.DoClose(var CloseAction: TCloseAction);
|
procedure TPseudoConsoleDlg.DoClose(var CloseAction: TCloseAction);
|
||||||
|
Loading…
Reference in New Issue
Block a user