bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: getch problems


From: Thomas E. Dickey
Subject: Re: getch problems
Date: Wed, 28 Feb 2001 12:43:39 -0500 (EST)

On Wed, 28 Feb 2001, Anthony Jason Ridgway wrote:

> For some reason whenever I use the getch() function in the ncurses5.2
> library for input, the screen just goes blank when the program is
> first run.  This is a correctable problem?  Am I doing something
> wrong?

not a bug - curses (and ncurses) clear the display when they initialize
it.  The exception to that rule is if you're using the one-line filtering
mode (there's an example of that in ncurses/test/filter.c).

-- 
T.E.Dickey <address@hidden>
http://dickey.his.com
ftp://dickey.his.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]