[fpc-pascal]Saving the screen

Ken J. Wright kenw at cncware.com
Tue Oct 31 15:44:44 CET 2000


On Tue, 31 Oct 2000, you wrote:
> I saw a discussion about saving the screen, the part
> of a screen or getting a character from a special position in the
> mailinglist some time ago.
> Is there some code available to do this?

The latest nCrt package on the contributed units page includes this. The
functions:  nReadScr, nReadScrStr, nReadScrColor, nWriteScrStr, nGrabScreen,
nPopScreen, nReleaseScreen are available in the ocrt unit.
   
> Also i am searching some stuff about the following:
> 1. menusystem (Pulldown)

Menus are included in ocrt unit above. See edit_demo.pp for an example.

> 2. something about serial communication

Get the latest ObjCOM package from the contributed units page. You may need to
go to the web site to get the latest version which includes some fixes for
Linux.

Cheers!

Ken




More information about the fpc-pascal mailing list