| version 1.13, 2000/12/31 12:33:02 |
version 1.14, 2001/04/20 12:56:08 |
| Line 85 struct __window { /* Window structure. |
|
| Line 85 struct __window { /* Window structure. |
|
| attr_t wattr; /* Character attributes */ |
attr_t wattr; /* Character attributes */ |
| wchar_t bch; /* Background character */ |
wchar_t bch; /* Background character */ |
| attr_t battr; /* Background attributes */ |
attr_t battr; /* Background attributes */ |
| |
int scr_t, scr_b; /* Scrolling region top, bottom */ |
| }; |
}; |
| |
|
| /* 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'. */ |