[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Processing the form makes it invisible!
From: |
OLBA |
Subject: |
Re: Processing the form makes it invisible! |
Date: |
Sat, 17 May 2008 16:12:48 -0700 (PDT) |
OLBA wrote:
>
> When I use a different window (not stdscr),
> the fields and the form will also be created and
> it also will be displayed. Fine. But when processing
> that form with the form_driver, the screen turns
> black. The forms can be used to read in data,
> but the screen is overwritten entirely black.
>
> Any idea on what I might have forgotten?
>
>
OK, I found the problem: I have used getch()...
...and this asks on the srdscr...
... I changed getch() to the wgetch() and now it works
pretty well as expected! :)
--
View this message in context:
http://www.nabble.com/Processing-the-form-makes-it-invisible%21-tp17296597p17297487.html
Sent from the Gnu - Ncurses mailing list archive at Nabble.com.