mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 06:09:22 +02:00
Ctrl-C in ide does not generate signal SIGINT (dos).
This commit is contained in:
parent
e945c65255
commit
f0760bacc0
@ -362,7 +362,7 @@ begin
|
|||||||
Capture;
|
Capture;
|
||||||
{ get the current ctrl-C state }
|
{ get the current ctrl-C state }
|
||||||
Ctrl_c_state:=djgpp_set_ctrl_c(false);
|
Ctrl_c_state:=djgpp_set_ctrl_c(false);
|
||||||
djgpp_set_ctrl_c(Ctrl_c_state);
|
djgpp_set_ctrl_c(false);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user