bug-ncurses
[Top][All Lists]
Advanced

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

ncurses_intro


From: Waesch Timo
Subject: ncurses_intro
Date: Mon, 12 May 2003 13:17:46 +0200

Hello,

I think I've found an error in the ncurses_intro documentation.
The set_field_type function with the TYPE_NUMERIC must be:

int set_field_type(FIELD *field,
                TYPE_NUMERIC, 
                int padding,
                int vmin,
                int vmax);

instead of:

int set_field_type(FIELD *field,
                TYPE_NUMERIC, 
                int padding,
                double vmin,            /* double is false */
                double vmax);


With best regards
Timo Waesch
Germany




reply via email to

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