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.29 retrieving revision 1.30 diff -u -p -r1.29 -r1.30 --- src/lib/libcurses/curses_private.h 2003/02/17 11:07:19 1.29 +++ src/lib/libcurses/curses_private.h 2003/04/05 10:06:59 1.30 @@ -1,4 +1,4 @@ -/* $NetBSD: curses_private.h,v 1.29 2003/02/17 11:07:19 dsl Exp $ */ +/* $NetBSD: curses_private.h,v 1.30 2003/04/05 10:06:59 jdc Exp $ */ /*- * Copyright (c) 1998-2000 Brett Lymn @@ -227,6 +227,7 @@ struct __screen { int echoit; int pfast; int rawmode; + int nl; int noqch; int clearok; int useraw;