Frank Heckenbach wrote:
Willett Kempton wrote:
- I would prefer to use the FPC ncurses unit or modify it than go from
scratch. I am willing to put some effort in but would like to see it donated to the GPC effort than just my personal use.
Questions: If I test/modify the FPC unit for GPC, and give credit where due, can that be put into GPC as an available interface? I'd probably use the Extended Pascal module syntax rather than the uses syntax, unless one of you tells me that will cause problems. Do I need permission from someone before starting? (Don't want to do an effort then find out it can't go back into GPC.)
(The CRT unit is included because of BP compatibility.)
Frank
I would like to use your new ncurses/GPC interface. Frank's CRT unit has additional, sophisticated screen handling capabilities that ncurses does not provide. These additional screen handling functions might be separated into a (posix) termios unit; which would be, AFAIK, original to GPC.
The original AT&T open software philosophy has worked well for 30 years. Build small, well defined tools that can be used for further development.
Consistent (FPC and GPC) Pascal language constructs evolve into the Ada programming language. When you are good at programming your desktop PC, you might be needed to program nuclear power plant controls.