Morning
Have been trying to get CRT unit working with Terminal but received no success. The crtdemo.pas (http://www.gnu-pascal.de/demos/crtdemo.pas) example partially works. Colours, character sets and other parts do not.
In code tests here, even a Write( c ) to screen does not always work.
Are there DETAILED instructions on how to get this to work?
Mac OS X 10.2.6
Thank you p davidson http://coraxnetworks.com
Paul Davidson wrote:
Have been trying to get CRT unit working with Terminal but received no success. The crtdemo.pas (http://www.gnu-pascal.de/demos/crtdemo.pas) example partially works. Colours, character sets and other parts do not.
In code tests here, even a Write( c ) to screen does not always work.
This may be due to delayed output. See SetCRTUpdate, CRTUpdate.
Are there DETAILED instructions on how to get this to work?
Not really, except the comments in the unit and the ncurses instructions. You might want to try the ncurses demos and see what works there.
Frank