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.33 retrieving revision 1.34 diff -u -p -r1.33 -r1.34 --- src/lib/libcurses/curses_private.h 2003/07/31 10:36:00 1.33 +++ src/lib/libcurses/curses_private.h 2003/08/10 07:37:11 1.34 @@ -1,4 +1,4 @@ -/* $NetBSD: curses_private.h,v 1.33 2003/07/31 10:36:00 dsl Exp $ */ +/* $NetBSD: curses_private.h,v 1.34 2003/08/10 07:37:11 dsl Exp $ */ /*- * Copyright (c) 1998-2000 Brett Lymn @@ -87,7 +87,6 @@ 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 */