| version 1.33, 2003/07/31 10:36:00 |
version 1.34, 2003/08/10 07:37:11 |
|
|
| #endif |
#endif |
| #define __ISDIRTY 0x01 /* Line is dirty. */ |
#define __ISDIRTY 0x01 /* Line is dirty. */ |
| #define __ISPASTEOL 0x02 /* Cursor is past end of line */ |
#define __ISPASTEOL 0x02 /* Cursor is past end of line */ |
| #define __ISAFTERCR 0x04 /* Last char was <cr> */ |
|
| unsigned int flags; |
unsigned int flags; |
| unsigned int hash; /* Hash value for the line. */ |
unsigned int hash; /* Hash value for the line. */ |
| int *firstchp, *lastchp; /* First and last chngd columns ptrs */ |
int *firstchp, *lastchp; /* First and last chngd columns ptrs */ |