Good evening all!
So I have a little console mode project that for various obscure and arcane reasons, cannot use the CRT unit. HOWEVER, I DO need to be able to use the readKey() function as defined in the FPC RTL.
Is it permissible under the FPC licence to copy the RTL readkey() and the code it depends on, IF that source is properly attributed and made available on request per the GPL? I would not be modifying the code at all, merely copying and pasting whole cloth, probably into a separate unit so it wouldn't be mixed with any of my own code.