[fpc-pascal]ocrt question
Marco van de Voort
marcov at stack.nl
Mon Jun 30 12:00:05 CEST 2003
> In your situation, I would insert a "virtual screen" between your application
> and execution of ncurses calls. All write opertions should also be stored into
> an array hereby, and when reading, use this array instead of a real read from
> ncurses.
> This will be the only way to get around the re-mapping of ncurses.
Use unit Video, it also does wrap ncurses with a virtual screen construct.
More information about the fpc-pascal
mailing list