[Coco] RTSI curses.lzh

Paul Fitch pfitchjr at bellsouth.net
Wed Aug 15 23:28:18 EDT 2007


Anyone have a clean version of this file?  The curses.c file is full of
invisible screen control codes that make the line position and cursor
position bounce all over the place when listing the file.  Its got me
stumped.  The compiler gets a ton of errors because of those codes.
 
Its doing things like takeing an apparently OK line of code like the
following:
 
extern WINDOW *boxwin();
 
and producing the following line which chokes the compiler:
 
extern WINDOW * boxwin ( ) ; 
 
and giving errors like **** ; expected **** at the *
and **** identifier missing **** at the ; 
 
 



More information about the Coco mailing list