31 Aug
2000
31 Aug
'00
4:54 p.m.
Is this correct for ncurses 5.0? Has anybody else had any problems with ncurses 5.0?
I don't use Panel, but I can remember some problems with startup code (setup_term) of ncurses. Also the cur_term structure changed from 4 to 5. However Jonas (from FPC) managed to fix it, the new "headers" can determine runtime which version it is, and only provide access to the structures that differ from 4 to 5 through procedures FPC NCurses headers are available in the package.zip ("small other packages" is the description IIRC) on the source section of www.freepascal.org/develop.html Probably the header can be changed for use with GPC in a breeze Marco van de Voort (MarcoV@Stack.nl or marco@freepascal.org)