| version 1.42, 2008/04/14 20:34:36 |
version 1.43, 2009/07/22 16:57:14 |
| Line 139 struct __window { /* Window structure. |
|
| Line 139 struct __window { /* Window structure. |
|
| int maxy, maxx; /* Maximum values for curx, cury. */ |
int maxy, maxx; /* Maximum values for curx, cury. */ |
| int reqy, reqx; /* Size requested when created */ |
int reqy, reqx; /* Size requested when created */ |
| int ch_off; /* x offset for firstch/lastch. */ |
int ch_off; /* x offset for firstch/lastch. */ |
| __LINE **lines; /* Array of pointers to the lines */ |
__LINE **alines; /* Array of pointers to the lines */ |
| __LINE *lspace; /* line space (for cleanup) */ |
__LINE *lspace; /* line space (for cleanup) */ |
| __LDATA *wspace; /* window space (for cleanup) */ |
__LDATA *wspace; /* window space (for cleanup) */ |
| |
|
| Line 298 struct __screen { |
|
| Line 298 struct __screen { |
|
| char *stdbuf; |
char *stdbuf; |
| unsigned int len; |
unsigned int len; |
| int meta_state; |
int meta_state; |
| char pad_char; |
char padchar; |
| char ttytype[128]; |
char ttytype[128]; |
| int endwin; |
int endwin; |
| int notty; |
int notty; |