[fpc-pascal]CRT problem - Linux

A.J. Venter ddt at vukanet.co.za
Thu Jul 4 12:55:01 CEST 2002


Just change the uses clause to call NCRT rather than CRT.
The CRT unit uses escape clauses to draw onscreen, the ncrt unit is identical but is implemented using ncurses calls, which are terminal independant.

Ciao
A.J.

On Thursday 04 July 2002 11:58, Andreas K. Foerster wrote:
> Hello,
>
> I again have a problem with the CRT unit for Linux,
> and I think it is a bug.
>
> What I want to do is to fill the whole screen with a background color.
> So I set the background color and call CrlScr.
>
> This works fine on the Linux console and most X-terminals,
> but it doesn't work on some other kinds of terminal, namely PuTTY and
> JavaTelnet.
>
> ClrScr works correct, when a window is set, but not if it is set to
> fullscreen - even not if I also do that with the window command.
>
> Is there another way how I could set the background color of the whole
> screen?





More information about the fpc-pascal mailing list