Ctrl-C in ide does not generate signal SIGINT (dos).

This commit is contained in:
Margers 2024-09-11 01:58:13 +00:00 committed by Michael Van Canneyt
parent e945c65255
commit f0760bacc0

View File

@ -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;