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.20 retrieving revision 1.20.2.1 diff -u -p -r1.20 -r1.20.2.1 --- src/lib/libcurses/curses_private.h 2002/01/02 10:38:27 1.20 +++ src/lib/libcurses/curses_private.h 2003/06/16 13:14:20 1.20.2.1 @@ -1,4 +1,4 @@ -/* $NetBSD: curses_private.h,v 1.20 2002/01/02 10:38:27 blymn Exp $ */ +/* $NetBSD: curses_private.h,v 1.20.2.1 2003/06/16 13:14:20 grant Exp $ */ /*- * Copyright (c) 1998-2000 Brett Lymn @@ -219,6 +219,7 @@ struct __screen { int echoit; int pfast; int rawmode; + int nl; int noqch; int clearok; int useraw;