[fpc-pascal]execl
jordi
jovy at wanadoo.es
Wed May 16 00:16:42 CEST 2001
Michael Van Canneyt wrote:
> On Tue, 15 May 2001, jordi wrote:
>
> > I'd like to know why after a sentence like this :
> >
> > if paramstr (1) = '-h' then
> > begin
> > execl ('/usr/bin/man manual.page');
> > halt ();
> > end;
> >
> > the terminal does not work more. How can I restore the terminal ??
>
> This is hard to say. Are you using the CRT unit ? if so, then this
> is probably the cause; try removing the CRT unit, or use the ncrt unit.
>
> Michael.
>
Yes, I use the CRT unit.
I'll try again with ncurses.
Thanks Free Pascal people.
Salutacions.
Jordi.
mailto:jovy at wanadoo.es
More information about the fpc-pascal
mailing list