|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.37, 2005/02/18 22:16:27 | version 1.38, 2006/01/15 11:43:54 | ||
|---|---|---|---|
|
|
||
| struct __ldata { | struct __ldata { | ||
| wchar_t ch; /* Character */ | wchar_t ch; /* Character */ | ||
| attr_t attr; /* Attributes */ | attr_t attr; /* Attributes */ | ||
| wchar_t bch; /* Background character */ | |||
| attr_t battr; /* Background attributes */ | |||
| }; | }; | ||
| #define __LDATASIZE (sizeof(__LDATA)) | #define __LDATASIZE (sizeof(__LDATA)) |