bug-ncurses
[Top][All Lists]
Advanced

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

Re: ncurses problem


From: Thomas Dickey
Subject: Re: ncurses problem
Date: Wed, 31 Jul 2002 11:56:23 -0400
User-agent: Mutt/1.2.5i

On Wed, Jul 31, 2002 at 08:37:21AM -0400, Billy Davis wrote:
> I am brand new to this list.
> 
> I am having a problem with a C program that previously compiled fine under a
> 1999 copy of ncurses under FreeBSD 3.3, but now, with version 5.1 (under
> FreeBSD 4.6) it gets an error with the '_line' variable.  Can I get help from
> this list for this type of problem?
curses.h:

        struct ldat *_line;     /* the actual line data */
where
struct ldat is "opaque".  What are you trying to do with it?

-- 
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net



reply via email to

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