| version 1.35, 2004/03/22 18:57:38 |
version 1.36, 2004/03/28 08:58:37 |
| Line 124 struct __window { /* Window structure. |
|
| Line 124 struct __window { /* Window structure. |
|
| attr_t battr; /* Background attributes */ |
attr_t battr; /* Background attributes */ |
| int scr_t, scr_b; /* Scrolling region top, bottom */ |
int scr_t, scr_b; /* Scrolling region top, bottom */ |
| SCREEN *screen; /* Screen for this window */ |
SCREEN *screen; /* Screen for this window */ |
| |
int pbegy, pbegx, |
| |
sbegy, sbegx, |
| |
smaxy, smaxx; /* Saved prefresh() values */ |
| }; |
}; |
| |
|
| /* Set of attributes unset by 'me' - 'mb', 'md', 'mh', 'mk', 'mp' and 'mr'. */ |
/* Set of attributes unset by 'me' - 'mb', 'md', 'mh', 'mk', 'mp' and 'mr'. */ |