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
|
begin
|
||||||
if fProc = nil then
|
if fProc = nil then
|
||||||
exit;
|
exit;
|
||||||
if key <> lineEnding[1] then
|
if key <> #13 then
|
||||||
exit;
|
exit;
|
||||||
sendInput;
|
sendInput;
|
||||||
end;
|
end;
|
||||||
|
|
Loading…
Reference in New Issue