Subject: Question about WINDOW structure in curses.h
To: None <current-users@NetBSD.ORG>
From: Stephen J. Roznowski <sjr@zombie.ncsc.mil>
List: current-users
Date: 12/26/1994 23:35:56
I've noticed that NetBSD defines the internal members of the __window
(WINDOW) structure to be minus a leading underscore (like, at least,
Sun does).  Was this intentional? If so, what it the workaround for
those programs that access the internals of this structure?

(Short of: #ifndef __NetBSD__; #else; #endif constructs, of course)

Thanks,
Stephen J. Roznowski	(sjr@zombie.ncsc.mil)