Home
last modified time | relevance | path

Searched defs:__window (Results 1 – 1 of 1) sorted by relevance

/minix3/lib/libcurses/
H A Dcurses_private.h110 struct __window { /* Window structure. */ struct
111 struct __window *nextp, *orig; /* Subwindows list and parent. */ argument
112 int begy, begx; /* Window home. */
113 int cury, curx; /* Current x, y coordinates. */
114 int maxy, maxx; /* Maximum values for curx, cury. */
115 int reqy, reqx; /* Size requested when created */
116 int ch_off; /* x offset for firstch/lastch. */
117 __LINE **alines; /* Array of pointers to the lines */
118 __LINE *lspace; /* line space (for cleanup) */
119 __LDATA *wspace; /* window space (for cleanup) */
[all …]