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 rcsdiff: /ftp/cvs/cvsroot/src/lib/libcurses/curses_private.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.19 retrieving revision 1.20.2.1 diff -u -p -r1.19 -r1.20.2.1 --- src/lib/libcurses/curses_private.h 2001/12/31 14:23:11 1.19 +++ 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.19 2001/12/31 14:23:11 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 @@ -200,7 +200,7 @@ struct __screen { struct __color colours[MAX_COLORS]; struct __pair colour_pairs[MAX_PAIRS]; attr_t nca; - + /* Style of colour manipulation */ #define COLOR_NONE 0 #define COLOR_ANSI 1 /* ANSI/DEC-style colour manipulation */ @@ -208,7 +208,7 @@ struct __screen { #define COLOR_TEK 3 /* Tektronix-style colour manipulation */ #define COLOR_OTHER 4 /* None of the others but can set fore/back */ int color_type; - + attr_t mask_op; attr_t mask_me; attr_t mask_ue; @@ -219,6 +219,7 @@ struct __screen { int echoit; int pfast; int rawmode; + int nl; int noqch; int clearok; int useraw;