From: Rechberger Markus <mrechberger@gmail.com>
To: linux-c-programming@vger.kernel.org
Subject: Re: ncurses problem
Date: Thu, 10 Feb 2005 15:28:30 +0100 [thread overview]
Message-ID: <d9def9db050210062849a0d22d@mail.gmail.com> (raw)
In-Reply-To: <420B365D.7090109@hq.ntsp.nec.co.jp>
Hey Earl!
try
FIELD *fields[3];
and
fields[2] = NULL;
I wondered how should new_form know when the array ends..
regards,
Markus
On Thu, 10 Feb 2005 18:24:29 +0800, Earl R. Lapus <elapus@ntsp.nec.co.jp> wrote:
> hi there,
>
> i have a problem using ncurses. i attached the source code with this email.
> this program displays two text fields. my problem occurs when i add this,
> `char buff[256];` after the declaration, `int ch;`.
> after adding the character array declaration, the text fields won't
> display anymore.
> any ideas?
>
> -earl-.
>
> --
> ==========================================
> There are seven words in this sentence.
> ==========================================
>
>
>
prev parent reply other threads:[~2005-02-10 14:28 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-02-10 10:24 ncurses problem Earl R. Lapus
2005-02-10 14:28 ` Rechberger Markus [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=d9def9db050210062849a0d22d@mail.gmail.com \
--to=mrechberger@gmail.com \
--cc=linux-c-programming@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).