Thank you Chuck H ! Chuck improved the the GnuCOBOL keyboard handling. CTRL+C will no longer terminate a GNUCOBOL console program.
Instead keying Ctrl+C wil return the Windows scan code value 3.
This improvement only affects GnuCOBOL programs doing keyboard I-O It has NO effect on Notepad++ or any other application - excepting the above
Thanks again Chuck !
Note that the addition of CTRL + X | C | V have only been verified in Windows using WINGUI.
Also my next change to my CBL_ROUTINES.C code will be the addition of the Fujitsu / MF CBL_XXX mouse functions.
Log in to post a comment.
Thank you Chuck H !
Chuck improved the the GnuCOBOL keyboard handling.
CTRL+C will no longer terminate a GNUCOBOL console program.
Instead keying Ctrl+C wil return the Windows scan code value 3.
This improvement only affects GnuCOBOL programs doing keyboard I-O
It has NO effect on Notepad++ or any other application - excepting the above
Thanks again Chuck !
Note that the addition of CTRL + X | C | V have only been verified in Windows using WINGUI.
Also my next change to my CBL_ROUTINES.C code will be the addition of the Fujitsu / MF CBL_XXX mouse functions.