Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libcurses/curses_private.h,v retrieving revision 1.32 retrieving revision 1.33 diff -u -p -r1.32 -r1.33 --- src/lib/libcurses/curses_private.h 2003/07/30 11:19:00 1.32 +++ src/lib/libcurses/curses_private.h 2003/07/31 10:36:00 1.33 @@ -1,4 +1,4 @@ -/* $NetBSD: curses_private.h,v 1.32 2003/07/30 11:19:00 dsl Exp $ */ +/* $NetBSD: curses_private.h,v 1.33 2003/07/31 10:36:00 dsl Exp $ */ /*- * Copyright (c) 1998-2000 Brett Lymn @@ -87,6 +87,7 @@ struct __line { #endif #define __ISDIRTY 0x01 /* Line is dirty. */ #define __ISPASTEOL 0x02 /* Cursor is past end of line */ +#define __ISAFTERCR 0x04 /* Last char was */ unsigned int flags; unsigned int hash; /* Hash value for the line. */ int *firstchp, *lastchp; /* First and last chngd columns ptrs */