mirror of https://gitlab.com/basile.b/dexed.git
fix for the linux version
This commit is contained in:
parent
43f2ee3e11
commit
9a24bf0075
|
@ -53,7 +53,7 @@ procedure TCEProcInputWidget.txtInpKeyPress(Sender: TObject; var Key: char);
|
|||
begin
|
||||
if fProc = nil then
|
||||
exit;
|
||||
if key <> lineEnding[1] then
|
||||
if key <> #13 then
|
||||
exit;
|
||||
sendInput;
|
||||
end;
|
||||
|
|
Loading…
Reference in New Issue