I can't help any more I'm afraid, hope you sort it,
Regards,
Sally
-Original Message-
From: George S Pereira [mailto:[EMAIL PROTECTED]]
Sent: 05 July 2001 12:17
To: Sally
Cc: [EMAIL PROTECTED]
Subject: RE: newwin function
Yes, but is there a workaround. maybe by changing
ally wrote:
> Surely if in the man pages the parameters are integers then only integers
> can be used?
>
>
> -Original Message-
> From: George S Pereira [mailto:[EMAIL PROTECTED]]
> Sent: 05 July 2001 10:16
> To: [EMAIL PROTECTED]
> Subject: newwin function
>
Surely if in the man pages the parameters are integers then only integers
can be used?
-Original Message-
From: George S Pereira [mailto:[EMAIL PROTECTED]]
Sent: 05 July 2001 10:16
To: [EMAIL PROTECTED]
Subject: newwin function
Hi All,
I'm using a Curses kit calle
Hi All,
I'm using a Curses kit called CDK (Curses Development Kit).
There is a C function in one of the files which calls the system
function newwin(). The parameters given are the height, width, Xpos and
Ypos.
newwin() creates a window of the given height and width.