mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 01:49:35 +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;
|
||||
{ get the current ctrl-C state }
|
||||
Ctrl_c_state:=djgpp_set_ctrl_c(false);
|
||||
djgpp_set_ctrl_c(Ctrl_c_state);
|
||||
djgpp_set_ctrl_c(false);
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user